diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-15 20:23:16 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-15 20:23:16 +0000 |
commit | 02af7a2a50311dcef6173a97157c35e98969d80c (patch) | |
tree | 7a272fad321a442fc4de8f90f6cf0a7e057af1ae /src/demuxers/Makefile.am | |
parent | cdb980086e034eccb6abe4fb79121c7e368dd87f (diff) | |
download | xine-lib-02af7a2a50311dcef6173a97157c35e98969d80c.tar.gz xine-lib-02af7a2a50311dcef6173a97157c35e98969d80c.tar.bz2 |
add broadcaster
CVS patchset: 4857
CVS date: 2003/05/15 20:23:16
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r-- | src/demuxers/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 001e3b035..a76069964 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -41,7 +41,8 @@ lib_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) $(image_module) \ xineplug_dmx_real.la \ xineplug_dmx_rawdv.la \ xineplug_dmx_pva.la \ - xineplug_dmx_yuv_frames.la + xineplug_dmx_yuv_frames.la \ + xineplug_dmx_slave.la xineplug_dmx_ogg_la_SOURCES = demux_ogg.c xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) $(VORBIS_LIBS) $(THEORA_LIBS) $(XINE_LIB) @@ -123,6 +124,10 @@ xineplug_dmx_yuv_frames_la_SOURCES = demux_yuv_frames.c xineplug_dmx_yuv_frames_la_LIBADD = $(XINE_LIB) xineplug_dmx_yuv_frames_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_dmx_slave_la_SOURCES = demux_slave.c +xineplug_dmx_slave_la_LIBADD = $(XINELIB) +xineplug_dmx_slave_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + xineplug_dmx_image_la_SOURCES = demux_image.c xineplug_dmx_image_la_LIBADD = $(XINE_LIB) xineplug_dmx_image_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |