diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 19:34:18 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 19:34:18 +0000 |
| commit | cb8b0a5536924b35c1def29fb421edcc90664520 (patch) | |
| tree | 25f35a40ea6c294df4f4fa89e5b13b5a4ba724a0 /src/input/Makefile.am | |
| parent | d092ab0aa226dbcf736c548b54f8b99a1adb9bec (diff) | |
| download | xine-lib-cb8b0a5536924b35c1def29fb421edcc90664520.tar.gz xine-lib-cb8b0a5536924b35c1def29fb421edcc90664520.tar.bz2 | |
http input plugin adapted to new api
CVS patchset: 2889
CVS date: 2002/10/20 19:34:18
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 358b16f6b..641bf135b 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -42,6 +42,7 @@ DEBUG_CFLAGS = @DEBUG_CFLAGS@ $(DVD_CFLAGS) lib_LTLIBRARIES = \ xineplug_inp_file.la \ + xineplug_inp_http.la \ xineplug_inp_mms.la #lib_LTLIBRARIES = \ @@ -84,9 +85,9 @@ xineplug_inp_mms_la_LDFLAGS = -avoid-version -module #xineplug_inp_rtp_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la #xineplug_inp_rtp_la_LDFLAGS = -avoid-version -module -#xineplug_inp_http_la_SOURCES = input_http.c net_buf_ctrl.c -#xineplug_inp_http_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la -#xineplug_inp_http_la_LDFLAGS = -avoid-version -module +xineplug_inp_http_la_SOURCES = input_http.c net_buf_ctrl.c +xineplug_inp_http_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la +xineplug_inp_http_la_LDFLAGS = -avoid-version -module #xineplug_inp_cda_la_SOURCES = input_cda.c #xineplug_inp_cda_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la |
