]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/vdr
daq: fix rootfile (part2).
[people/teissler/ipfire-2.x.git] / lfs / vdr
diff --git a/lfs/vdr b/lfs/vdr
index 28e34cc0ec011c50cf6152702a0d8e310c6c7db6..af5b92150b1edf2be7264fe83f7acceb384e2c17 100644 (file)
--- a/lfs/vdr
+++ b/lfs/vdr
@@ -89,6 +89,10 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       
+       # Accept also DVB_API_VERSION 5
+       cd $(DIR_APP) && sed -i -e "s|DVB_API_VERSION != 3|& \&\& DVB_API_VERSION != 5|g" dvbdevice.h
+       
        cd $(DIR_APP)/PLUGINS/src && tar zxf $(DIR_DL)/$(DL_FILE1)
        cd $(DIR_APP)/PLUGINS/src && ln -s streamdev-0.3.3-20080325-http streamdev
        cd $(DIR_APP)/PLUGINS/src && tar zxf $(DIR_DL)/$(DL_FILE2)