diff options
| author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-04-06 00:51:29 +0000 |
|---|---|---|
| committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-04-06 00:51:29 +0000 |
| commit | bb653b8883c232f5a215b8a108f1c7fc4c92f1b3 (patch) | |
| tree | 7cc74078894da35f1a84a2c02e67367670706dae /src/input/Makefile.am | |
| parent | 52868140ed8175b91fb0e85e5d85684c1228b1e9 (diff) | |
| download | xine-lib-bb653b8883c232f5a215b8a108f1c7fc4c92f1b3.tar.gz xine-lib-bb653b8883c232f5a215b8a108f1c7fc4c92f1b3.tar.bz2 | |
- shared eject implementation taken from the DVD input, eject doesn't work if the CD/DVD isn't mounted, which definitely breaks the CDDA plugin... better than nothing
CVS patchset: 4542
CVS date: 2003/04/06 00:51:29
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 ea9436949..dc4cf7334 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -86,7 +86,7 @@ xineplug_inp_file_la_SOURCES = input_file.c xineplug_inp_file_la_LIBADD = $(XINE_LIB) xineplug_inp_file_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_inp_dvd_la_SOURCES = input_dvd.c +xineplug_inp_dvd_la_SOURCES = input_dvd.c media_helper.c xineplug_inp_dvd_la_LIBADD = $(XINE_LIB) $(link_dvdnav) xineplug_inp_dvd_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ @@ -98,7 +98,7 @@ xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c mmsh.c xineplug_inp_mms_la_LIBADD = $(XINE_LIB) xineplug_inp_mms_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_inp_vcd_la_SOURCES = input_vcd.c +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@ @@ -126,7 +126,7 @@ xineplug_inp_rtsp_la_SOURCES = input_rtsp.c net_buf_ctrl.c xineplug_inp_rtsp_la_LIBADD = $(XINE_LIB) libreal/libreal.la librtsp/librtsp.la xineplug_inp_rtsp_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_inp_cdda_la_SOURCES = input_cdda.c +xineplug_inp_cdda_la_SOURCES = input_cdda.c media_helper.c xineplug_inp_cdda_la_LIBADD = $(XINE_LIB) xineplug_inp_cdda_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ @@ -143,7 +143,7 @@ xineplug_inp_pvr_la_LIBADD = $(XINE_LIB) xineplug_inp_pvr_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ include_HEADERS = input_plugin.h -noinst_HEADERS = net_buf_ctrl.h mms.h mmsh.h pnm.h +noinst_HEADERS = net_buf_ctrl.h mms.h mmsh.h pnm.h media_helper.h $(XINE_LIB): @cd $(top_builddir)/src/xine-engine && $(MAKE) |
