diff options
author | Johns <johns98@gmx.net> | 2014-01-14 14:59:44 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2014-01-14 14:59:44 +0100 |
commit | 590bae406a06f128f806ef9f6269bfbdb8f81d4c (patch) | |
tree | 791fc712199a10c58b8fb4be3350ede324a06e07 /Makefile | |
parent | 501d46793f19062c5fb20c8b8d8091b27a7cd19c (diff) | |
download | vdr-plugin-softhddevice-590bae406a06f128f806ef9f6269bfbdb8f81d4c.tar.gz vdr-plugin-softhddevice-590bae406a06f128f806ef9f6269bfbdb8f81d4c.tar.bz2 |
USE_BITMAP shouldn't be the default.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ CONFIG += -DUSE_PIP # PIP support #CONFIG += -DUSE_MPEG_COMPLETE # support only complete mpeg packets #CONFIG += -DH264_EOS_TRICKSPEED # insert seq end packets for trickspeed #CONDIF += -DDUMP_TRICKSPEED # dump trickspeed packets -CONFIG += -DUSE_BITMAP # VDPAU, use bitmap surface for OSD +#CONFIG += -DUSE_BITMAP # VDPAU, use bitmap surface for OSD CONFIG += -DUSE_VDR_SPU # use VDR SPU decoder. #CONFIG += -DUSE_SOFTLIMIT # (tobe removed) limit the buffer fill |