From 4c6876c9ebbaa7e793219d20a8528d939149563d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 18 Sep 2013 13:16:40 +0100 Subject: Avoid using deprecated autoconf & automake features. asfheader.c is used in two places: same compiler flags, so is safe. --- src/input/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input') diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 804b36352..3752d4c9b 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -103,6 +103,7 @@ xineplug_inp_dvd_la_CFLAGS = $(AM_CFLAGS) $(DVD_CFLAGS) xineplug_inp_net_la_SOURCES = input_net.c net_buf_ctrl.c xineplug_inp_net_la_LIBADD = $(XINE_LIB) $(NET_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL) +# note: compiling ../demuxers/asfheader.c here is safe given same compiler options xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c mmsh.c http_helper.c ../demuxers/asfheader.c xineplug_inp_mms_la_LIBADD = $(XINE_LIB) $(LTLIBICONV) $(PTHREAD_LIBS) $(LTLIBINTL) -- cgit v1.2.3