From 8b57af53b6d356cffc91542a0ce9712d1eb032fc Mon Sep 17 00:00:00 2001 From: Johns Date: Sat, 24 Dec 2011 15:27:46 +0100 Subject: Cleanups + Version 0.1.2 released. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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") -- cgit v1.2.3