summaryrefslogtreecommitdiff
path: root/src/libxineadec/Makefile.am
diff options
context:
space:
mode:
authorStefan Holst <holstsn@users.sourceforge.net>2003-06-16 16:42:51 +0000
committerStefan Holst <holstsn@users.sourceforge.net>2003-06-16 16:42:51 +0000
commitf85e001864873b52e96f906d44340d2b22c344a4 (patch)
treee2d185c09984a4d901564b03875dca16859ce152 /src/libxineadec/Makefile.am
parent168e5d883fba0eaa89fa44febe5b2642d51d4d44 (diff)
downloadxine-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.am5
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@