diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 21:15:07 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 21:15:07 +0000 |
commit | cff2e38f1089bef8361ae845480af4cbdd8252ef (patch) | |
tree | 968a745d6a7eb661488c8abcd077e283dc20981a /src/demuxers/Makefile.am | |
parent | 6310aaba621c66e104511696f3ca65fbb167c4ea (diff) | |
download | xine-lib-cff2e38f1089bef8361ae845480af4cbdd8252ef.tar.gz xine-lib-cff2e38f1089bef8361ae845480af4cbdd8252ef.tar.bz2 |
demux_mpgaudio ported to new api, small fixes
CVS patchset: 2891
CVS date: 2002/10/20 21:15:07
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r-- | src/demuxers/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 2c78ea2c5..f4971cd82 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -36,7 +36,7 @@ endif # xineplug_dmx_mpeg_pes.la xineplug_dmx_mpeg_ts.la lib_LTLIBRARIES = $(asf_module) xineplug_dmx_avi.la\ - xineplug_dmx_mpeg_block.la + xineplug_dmx_mpeg_block.la xineplug_dmx_mpeg_audio.la #xineplug_dmx_ogg_la_SOURCES = demux_ogg.c #xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) $(VORBIS_LIBS)\ @@ -55,9 +55,9 @@ xineplug_dmx_mpeg_block_la_LDFLAGS = -avoid-version -module #xineplug_dmx_mpeg_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la #xineplug_dmx_mpeg_la_LDFLAGS = -avoid-version -module -#xineplug_dmx_mpeg_audio_la_SOURCES = demux_mpgaudio.c -#xineplug_dmx_mpeg_audio_la_LIBADD = -lm $(top_builddir)/src/xine-engine/libxine.la -#xineplug_dmx_mpeg_audio_la_LDFLAGS = -avoid-version -module +xineplug_dmx_mpeg_audio_la_SOURCES = demux_mpgaudio.c +xineplug_dmx_mpeg_audio_la_LIBADD = -lm $(top_builddir)/src/xine-engine/libxine.la +xineplug_dmx_mpeg_audio_la_LDFLAGS = -avoid-version -module #xineplug_dmx_mpeg_elem_la_SOURCES = demux_elem.c #xineplug_dmx_mpeg_elem_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la |