Cleanups + Version 0.1.2 released.

This commit is contained in:
Johns
2011-12-24 15:27:46 +01:00
parent f18b0bda1c
commit 8b57af53b6
6 changed files with 16 additions and 82 deletions

View File

@@ -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")