You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-burn/files/vdr-burn-0.2.2_makefile.diff

16 lines
525 B

Signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> (12 Feb 2012)
diff -Naur burn-0.2.0.orig/Makefile burn-0.2.0/Makefile
--- burn-0.2.0.orig/Makefile 2012-02-12 20:21:08.000000000 +0100
+++ burn-0.2.0/Makefile 2012-02-12 20:24:33.000000000 +0100
@@ -9,6 +9,9 @@
#
PLUGIN = burn
+# Enable DMH Archive
+#ENABLE_DMH_ARCHIVE = 1
+
### The version number of this plugin (taken from the main source file):
VERSION = $(shell grep 'const char\* plugin::VERSION *=' $(PLUGIN).c | awk '{ print $$5 }' | sed -e 's/[";]//g')