summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2011-12-24 15:27:46 +0100
committerJohns <johns98@gmx.net>2011-12-24 15:27:46 +0100
commit8b57af53b6d356cffc91542a0ce9712d1eb032fc (patch)
treebc7ee40c648530372cbebf41f22d733ff4fc8bd1 /Makefile
parentf18b0bda1c3840f79fcaab72b153d742e31caa90 (diff)
downloadvdr-plugin-softhddevice-8b57af53b6d356cffc91542a0ce9712d1eb032fc.tar.gz
vdr-plugin-softhddevice-8b57af53b6d356cffc91542a0ce9712d1eb032fc.tar.bz2
Cleanups + Version 0.1.2 released.0.1.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c14bf51..222100e 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*const VERSION *=' $(PLUGIN).cpp | aw
### Configuration (edit this for your needs)
-CONFIG := -DDEBUG
+CONFIG := #-DDEBUG
CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI")
CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU")