From 0fa03b924030c5791599451389ba84b81be84da8 Mon Sep 17 00:00:00 2001 From: mannol Date: Sat, 3 May 2014 01:46:03 +0200 Subject: Bunch of random changes --- toxav/Makefile.inc | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) (limited to 'toxav/Makefile.inc') diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc index 0cad1840..060a760c 100644 --- a/toxav/Makefile.inc +++ b/toxav/Makefile.inc @@ -32,43 +32,4 @@ libtoxav_la_LIBADD = libtoxcore.la \ $(AV_LIBS) -endif - - - - - - -if BUILD_PHONE - - -noinst_PROGRAMS += phone - -phone_SOURCES = ../toxav/phone.c - -phone_CFLAGS = -I../toxcore \ - -I../toxav \ - $(AVFORMAT_CFLAGS) \ - $(AVCODEC_CFLAGS) \ - $(AVUTIL_CFLAGS) \ - $(AVDEVICE_CFLAGS) \ - $(SWSCALE_CFLAGS) \ - $(SDL_CFLAGS) \ - $(OPENAL_CFLAGS) - -phone_LDADD = libtoxav.la \ - libtoxcore.la \ - $(AVFORMAT_LIBS) \ - $(AVCODEC_LIBS) \ - $(AVUTIL_LIBS) \ - $(AVDEVICE_LIBS) \ - $(SWSCALE_LIBS) \ - $(SDL_LIBS) \ - $(OPENAL_LIBS) \ - $(OPUS_LIBS) \ - $(VPX_LIBS)\ - $(PTHREAD_LIBS)\ - $(NACL_LIBS) - - -endif +endif \ No newline at end of file -- cgit v1.2.3