diff options
author | Stefan Holst <holstsn@users.sourceforge.net> | 2003-06-16 16:42:51 +0000 |
---|---|---|
committer | Stefan Holst <holstsn@users.sourceforge.net> | 2003-06-16 16:42:51 +0000 |
commit | f85e001864873b52e96f906d44340d2b22c344a4 (patch) | |
tree | e2d185c09984a4d901564b03875dca16859ce152 /src/libxineadec/Makefile.am | |
parent | 168e5d883fba0eaa89fa44febe5b2642d51d4d44 (diff) | |
download | xine-lib-f85e001864873b52e96f906d44340d2b22c344a4.tar.gz xine-lib-f85e001864873b52e96f906d44340d2b22c344a4.tar.bz2 |
Patch from Jeroen Asselman:
- fixes mimetype in realaudio demuxer
- big improvement of v4l input and associated
demuxer. Including sound capture using alsa
and a/v sync. Now radio is supported as well.
CVS patchset: 5054
CVS date: 2003/06/16 16:42:51
Diffstat (limited to 'src/libxineadec/Makefile.am')
-rw-r--r-- | src/libxineadec/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index f25dfe29d..cac9bffed 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -9,6 +9,7 @@ AM_CFLAGS = -DNSF_PLAYER SUBDIRS = gsm610 nosefart lib_LTLIBRARIES = \ + xineplug_decode_pcm.la \ xineplug_decode_adpcm.la \ xineplug_decode_logpcm.la \ xineplug_decode_roqaudio.la \ @@ -21,6 +22,10 @@ xineplug_decode_roqaudio_la_SOURCES = roqaudio.c xineplug_decode_roqaudio_la_LIBADD = $(XINE_LIB) xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_decode_pcm_la_SOURCES = pcm.c +xineplug_decode_pcm_la_LIBADD = $(XINE_LIB) +xineplug_decode_pcm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + xineplug_decode_adpcm_la_SOURCES = adpcm.c xineplug_decode_adpcm_la_LIBADD = $(XINE_LIB) xineplug_decode_adpcm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |