summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-05-15 10:07:30 +0200
committerJohns <johns98@gmx.net>2013-05-15 10:07:30 +0200
commitebb84822261f28fd3a882de651e3f0b351cd5134 (patch)
tree31cfecf9121179777793754391553327a5ef1652 /Makefile
parent833112eaa9679f213958b458c1d9e7f3e1f2d788 (diff)
downloadvdr-plugin-softhddevice-ebb84822261f28fd3a882de651e3f0b351cd5134.tar.gz
vdr-plugin-softhddevice-ebb84822261f28fd3a882de651e3f0b351cd5134.tar.bz2
Use VDR SPU decoder as default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 279da1c..3d77fd6 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ CONFIG += -DUSE_PIP # PIP support
#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.
+CONFIG += -DUSE_VDR_SPU # use VDR SPU decoder.
#CONFIG += -DUSE_SOFTLIMIT # (tobe removed) limit the buffer fill
ifeq ($(ALSA),1)