summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-05-08 21:13:55 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-05-08 21:13:55 +0000
commit113160e616ef83a4f6a58272e097b2a2bbccec9a (patch)
treeee46cfcd9ed090fdc6959731cd8c134094540973 /src/input/Makefile.am
parenta46381b9404b91504f8a767a8619070916095305 (diff)
downloadxine-lib-113160e616ef83a4f6a58272e097b2a2bbccec9a.tar.gz
xine-lib-113160e616ef83a4f6a58272e097b2a2bbccec9a.tar.bz2
update pvr driver to be compatible with current ivtv cvs
it uses v4l2 that is not included in stable kernels, so i'm adding a copy of videodev2.h to be able to compile it. CVS patchset: 4800 CVS date: 2003/05/08 21:13:55
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 da0156f7b..33e2c283f 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -140,7 +140,7 @@ xineplug_inp_pvr_la_LIBADD = $(XINE_LIB)
xineplug_inp_pvr_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
include_HEADERS = input_plugin.h
-noinst_HEADERS = net_buf_ctrl.h mms.h mmsh.h pnm.h media_helper.h
+noinst_HEADERS = net_buf_ctrl.h mms.h mmsh.h pnm.h media_helper.h videodev2.h
$(XINE_LIB):
@cd $(top_builddir)/src/xine-engine && $(MAKE)