diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 01:15:53 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 01:15:53 +0000 |
commit | 0710ff792af82006ee882d46e3f48fdf8da99dc7 (patch) | |
tree | 1472953add5e7752969503b7ee05c56bdf6a0322 /src/input/Makefile.am | |
parent | fe9af14ff9a21951e13f0b02b1caae0fae6a594b (diff) | |
download | xine-lib-0710ff792af82006ee882d46e3f48fdf8da99dc7.tar.gz xine-lib-0710ff792af82006ee882d46e3f48fdf8da99dc7.tar.bz2 |
mms inpit plugin is back
CVS patchset: 2868
CVS date: 2002/10/20 01:15:53
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r-- | src/input/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index c4bfc1ed4..358b16f6b 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -41,7 +41,8 @@ AM_CFLAGS = $(DVD_CFLAGS) DEBUG_CFLAGS = @DEBUG_CFLAGS@ $(DVD_CFLAGS) lib_LTLIBRARIES = \ - xineplug_inp_file.la + xineplug_inp_file.la \ + xineplug_inp_mms.la #lib_LTLIBRARIES = \ # $(in_cda) \ @@ -67,9 +68,9 @@ xineplug_inp_file_la_LDFLAGS = -avoid-version -module #xineplug_inp_net_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la #xineplug_inp_net_la_LDFLAGS = -avoid-version -module -#xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c -#xineplug_inp_mms_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la -#xineplug_inp_mms_la_LDFLAGS = -avoid-version -module +xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c +xineplug_inp_mms_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la +xineplug_inp_mms_la_LDFLAGS = -avoid-version -module #xineplug_inp_vcd_la_SOURCES = input_vcd.c #xineplug_inp_vcd_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la |