diff options
author | Mike Melanson <mike@multimedia.cx> | 2002-07-31 06:12:25 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2002-07-31 06:12:25 +0000 |
commit | edd0a2e7fef47c28052af3c53a307f8e76c39c89 (patch) | |
tree | 885318fba92e135f87d2f292c790478fd2e1cb55 /src | |
parent | d6409ec2c00be6f5a7f7ad42aba99f068c00d041 (diff) | |
download | xine-lib-edd0a2e7fef47c28052af3c53a307f8e76c39c89.tar.gz xine-lib-edd0a2e7fef47c28052af3c53a307f8e76c39c89.tar.bz2 |
oops...remove premature reference to RealMedia demuxer...for now
CVS patchset: 2371
CVS date: 2002/07/31 06:12:25
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 959426dbb..1064c6b8d 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -29,7 +29,7 @@ lib_LTLIBRARIES = $(ogg_module) $(qt_modules) $(asf_module) xineplug_dmx_avi.la xineplug_dmx_cda.la xineplug_dmx_film.la \ xineplug_dmx_roq.la xineplug_dmx_fli.la \ xineplug_dmx_smjpeg.la xineplug_dmx_wav.la \ - xineplug_dmx_idcin.la xineplug_dmx_real.la + xineplug_dmx_idcin.la xineplug_dmx_ogg_la_SOURCES = demux_ogg.c xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) \ @@ -100,10 +100,6 @@ xineplug_dmx_idcin_la_SOURCES = demux_idcin.c xineplug_dmx_idcin_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_dmx_idcin_la_LDFLAGS = -avoid-version -module -xineplug_dmx_real_la_SOURCES = demux_real.c -xineplug_dmx_real_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la -xineplug_dmx_real_la_LDFLAGS = -avoid-version -module - include_HEADERS = demux.h qtpalette.h ## |