diff options
author | Johns <johns98@gmx.net> | 2011-12-24 15:27:46 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-24 15:27:46 +0100 |
commit | 8b57af53b6d356cffc91542a0ce9712d1eb032fc (patch) | |
tree | bc7ee40c648530372cbebf41f22d733ff4fc8bd1 /Makefile | |
parent | f18b0bda1c3840f79fcaab72b153d742e31caa90 (diff) | |
download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |