summaryrefslogtreecommitdiff
path: root/src/input/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/input/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/input/Makefile.am')
-rw-r--r--src/input/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index d04395100..8754d7726 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -31,6 +31,10 @@ if HAVE_GNOME_VFS
in_gnome_vfs = xineplug_inp_gnome_vfs.la
endif
+if HAVE_ALSA
+v4l_ldflags = -lasound
+endif
+
# For DVD
if HAVE_DVDNAV
DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $(DVDNAV_CFLAGS)
@@ -124,7 +128,7 @@ xineplug_inp_cdda_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_inp_v4l_la_SOURCES = input_v4l.c
xineplug_inp_v4l_la_LIBADD = $(XINE_LIB)
-xineplug_inp_v4l_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_inp_v4l_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ $(v4l_ldflags)
xineplug_inp_gnome_vfs_la_SOURCES = input_gnome_vfs.c
xineplug_inp_gnome_vfs_la_LIBADD = $(GNOME_VFS_LIBS) $(XINE_LIB)