]> www.vanbest.org Git - sasc-ng.git/commitdiff
sasc: fix kernel 2.6.38+ compile
authorleslie <unknown>
Wed, 14 Sep 2011 22:28:53 +0000 (06:28 +0800)
committerleslie <unknown>
Wed, 14 Sep 2011 22:28:53 +0000 (06:28 +0800)
contrib/sasc-ng/Makefile
contrib/sasc-ng/sc/dvbdevice.cpp

index 6dbc02f843fc3f42786de992d56532db228f61e7..0e853b63a0cd687a1771a3436e60cda0a05dcfb5 100644 (file)
@@ -17,7 +17,7 @@ ifdef DVB_DIR
 endif
 
 DEFINES += -DRELEASE_VERSION=\"$(VERSION)\" -D__KERNEL_STRICT_NAMES
-INCLUDES += -Idvbloopback/module -I/lib/modules/$(shell uname -r)/build/include
+INCLUDES += -Idvbloopback/module
 LBDIR = dvbloopback/src
 SCDIR = sc/PLUGINS/src/$(SCVER)
 SC_FLAGS = -O2 -fPIC -Wall -Woverloaded-virtual
index f5bfa0000527d1744095d6f3cf009223dbf23d9a..7f8d9aeef4d7f0e2a3e8ee2fc08db2fa0a0cdae7 100644 (file)
@@ -10,7 +10,6 @@
 #include "include/vdr/dvbdevice.h"
 #include <errno.h>
 #include <limits.h>
-#include <linux/videodev.h>
 #include <linux/dvb/audio.h>
 #include <linux/dvb/dmx.h>
 #include <linux/dvb/frontend.h>