Add A-V info output and compile time option.

This commit is contained in:
Johns
2012-02-01 23:12:45 +01:00
parent a7389111ff
commit 91dbe46786
4 changed files with 38 additions and 22 deletions

View File

@@ -19,6 +19,7 @@ GIT_REV = $(shell git describe --always 2>/dev/null)
### Configuration (edit this for your needs)
CONFIG := #-DDEBUG
CONFIG += -DAV_INFO
#CONFIG += -DHAVE_PTHREAD_NAME
CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU")
CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI")