summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-03-11 12:18:11 +0100
committerJohns <johns98@gmx.net>2013-03-11 12:18:11 +0100
commitf09a37a94172a301babb587c62491768c5471d37 (patch)
treeff4defd2e219d1e088e25680af2733de71d60191 /Makefile
parenta7562eb2bef200b5e28f919ffbe04bf9ce5738df (diff)
downloadvdr-plugin-softhddevice-f09a37a94172a301babb587c62491768c5471d37.tar.gz
vdr-plugin-softhddevice-f09a37a94172a301babb587c62491768c5471d37.tar.bz2
Enable optional VDR-SPU deocder support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfca467..fa415ef 100644
--- a/Makefile
+++ b/Makefile
@@ -24,13 +24,16 @@ SCREENSAVER ?= 1
# use ffmpeg libswresample
SWRESAMPLE ?= $(shell pkg-config --exists libswresample && echo 1)
-CONFIG := # -DDEBUG #-DOSD_DEBUG
+CONFIG := # -DDEBUG #-DOSD_DEBUG # enable debug output+functions
+#CONFIG += -DSTILL_DEBUG=2 # still picture debug verbose level
+
CONFIG += -DAV_INFO -DAV_INFO_TIME=3000 # info/debug a/v sync
CONFIG += -DUSE_PIP # PIP support
#CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np
#CONFIG += -DNO_TS_AUDIO # disable ts audio parser
#CONFIG += -DUSE_TS_VIDEO # build new ts video parser
#CONFIG += -DUSE_MPEG_COMPLETE # support only complete mpeg packets
+#CONFIG += -DUSE_VDR_SPU # use VDR SPU decoder.
ifeq ($(ALSA),1)
CONFIG += -DUSE_ALSA