diff options
author | Johns <johns98@gmx.net> | 2013-07-29 19:14:32 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-07-29 19:14:32 +0200 |
commit | 8ff65a011a6e6a76167734b21c3eb7dac9a905b1 (patch) | |
tree | 2f22610ec8f7a6a67e710b99221ebd801731b2ab /Makefile | |
parent | 171a3f4dc9f54c3e9cc36ef5214b50e8776bade5 (diff) | |
download | vdr-plugin-softhddevice-8ff65a011a6e6a76167734b21c3eb7dac9a905b1.tar.gz vdr-plugin-softhddevice-8ff65a011a6e6a76167734b21c3eb7dac9a905b1.tar.bz2 |
Add compile time configurable trickspeed packets dump.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ CONFIG += -DUSE_PIP # PIP support #CONFIG += -DUSE_TS_VIDEO # build new ts video parser #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_VDR_SPU # use VDR SPU decoder. #CONFIG += -DUSE_SOFTLIMIT # (tobe removed) limit the buffer fill |