diff options
| author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2003-10-19 23:48:47 +0000 |
|---|---|---|
| committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2003-10-19 23:48:47 +0000 |
| commit | 9fd15a6bb66fbdc762ef385d0cdf72d39cb73367 (patch) | |
| tree | 78505fb16ba7677c3ba992a7b6a99c66f25f7510 /src/input/Makefile.am | |
| parent | 46fb11f7271879c1137a9640eda835ed699875fd (diff) | |
| download | xine-lib-9fd15a6bb66fbdc762ef385d0cdf72d39cb73367.tar.gz xine-lib-9fd15a6bb66fbdc762ef385d0cdf72d39cb73367.tar.bz2 | |
vcd,ovcd -> vcdo. In MRL and plugin name. In the past, the mpeg demux
expected the mrl to *start* with vcd (not end with vcd).
CVS patchset: 5552
CVS date: 2003/10/19 23:48:47
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 6a35b3c1f..2db1621f6 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -21,7 +21,7 @@ in_dvd = xineplug_inp_dvd.la ## build both vcd for now ##if ENABLE_VCDX ##else -in_vcd = xineplug_inp_vcd.la +in_vcd = xineplug_inp_vcdo.la ##endif #in_cda = xineplug_inp_cda.la endif @@ -80,9 +80,9 @@ xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c mmsh.c xineplug_inp_mms_la_LIBADD = $(XINE_LIB) @LIBICONV@ xineplug_inp_mms_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_inp_vcd_la_SOURCES = input_vcd.c media_helper.c -xineplug_inp_vcd_la_LIBADD = $(XINE_LIB) -xineplug_inp_vcd_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_inp_vcdo_la_SOURCES = input_vcd.c media_helper.c +xineplug_inp_vcdo_la_LIBADD = $(XINE_LIB) +xineplug_inp_vcdo_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_inp_stdin_fifo_la_SOURCES = input_stdin_fifo.c net_buf_ctrl.c xineplug_inp_stdin_fifo_la_LIBADD = $(XINE_LIB) |
