From 91dbe467869ed9714e8063a37949a01ffa9fed0d Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 1 Feb 2012 23:12:45 +0100 Subject: Add A-V info output and compile time option. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 257dae0..e3e07d7 100644 --- a/Makefile +++ b/Makefile @@ -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") -- cgit v1.2.3