diff libmpdemux/Makefile @ 18997:73b8f5ff772d

added new pvr:// input for ivtv based cards
author ben
date Mon, 10 Jul 2006 21:32:19 +0000
parents 8e16d54a788e
children 7a9a9748e045
line wrap: on
line diff
--- a/libmpdemux/Makefile	Mon Jul 10 18:36:50 2006 +0000
+++ b/libmpdemux/Makefile	Mon Jul 10 21:32:19 2006 +0000
@@ -74,6 +74,9 @@
   endif
   ifeq ($(TV_V4L2),yes)
   SRCS += tvi_v4l2.c audio_in.c
+    ifeq ($(PVR),yes)
+    SRCS += stream_pvr.c
+    endif
   endif
   ifeq ($(TV_V4L),yes)
   SRCS += tvi_v4l.c audio_in.c