summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2004-10-30 16:14:33 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2004-10-30 16:14:33 +0000
commite26a0917c6fed3ee99450f172dc3403c7c6acab7 (patch)
tree3753a896b3510682e3acb6c1d8d3cda9975d48d7 /src/input/Makefile.am
parentd48c20ead554ea99200b5227599404dd805670bf (diff)
downloadxine-lib-e26a0917c6fed3ee99450f172dc3403c7c6acab7.tar.gz
xine-lib-e26a0917c6fed3ee99450f172dc3403c7c6acab7.tar.bz2
- make use of the net buffer control in gnome-vfs, to speed it up a bit
CVS patchset: 7094 CVS date: 2004/10/30 16:14:33
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r--src/input/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 876334d78..662a75e6d 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -122,7 +122,7 @@ xineplug_inp_v4l_la_SOURCES = input_v4l.c
xineplug_inp_v4l_la_LIBADD = $(ALSA_LIBS) $(XINE_LIB)
xineplug_inp_v4l_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-xineplug_inp_gnome_vfs_la_SOURCES = input_gnome_vfs.c
+xineplug_inp_gnome_vfs_la_SOURCES = input_gnome_vfs.c net_buf_ctrl.c
xineplug_inp_gnome_vfs_la_LIBADD = $(GNOME_VFS_LIBS) $(XINE_LIB)
xineplug_inp_gnome_vfs_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@