summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-03-03 18:47:07 +0100
committerJohns <johns98@gmx.net>2012-03-03 18:47:07 +0100
commit74a62e3649153a5633dbd502e435c77037cd4db3 (patch)
tree9b36c30e7fbcf03e7e3d326e09e55df4c58dd913 /Makefile
parent7e1a42f7ed28d77888f7a9eba541f729697ad5f6 (diff)
downloadvdr-plugin-softhddevice-74a62e3649153a5633dbd502e435c77037cd4db3.tar.gz
vdr-plugin-softhddevice-74a62e3649153a5633dbd502e435c77037cd4db3.tar.bz2
Makes audio ts parser default. Suspend fixes.0.4.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79258ab..7af458b 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ CONFIG := #-DDEBUG
#CONFIG += -DUSE_AC3_DRIFT_CORRECTION # build new ac-3 drift code
CONFIG += -DAV_INFO -DAV_INFO_TIME=3000 # debug a/v sync
#CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np
-CONFIG += -DUSE_TS_AUDIO # build new ts audio parser
+#CONFIG += -DNO_TS_AUDIO # disable ts audio parser
#CONFIG += -DUSE_TS_VIDEO # build new ts video parser
CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU")
CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI")