diff options
author | arttupii <> | 2012-08-07 16:46:23 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-08-07 16:46:23 +0200 |
commit | a920da652bc864a76f2064ddbbe323f3ab9d1add (patch) | |
tree | bc002ee85ec277285d6877008b8dce8c502ba702 /Makefile | |
parent | 9ec077ec8a2d598fd80a4d03144724b03096b804 (diff) | |
download | vdr-plugin-softhddevice-a920da652bc864a76f2064ddbbe323f3ab9d1add.tar.gz vdr-plugin-softhddevice-a920da652bc864a76f2064ddbbe323f3ab9d1add.tar.bz2 |
Osd work:
Use -DOSD_DEBUG to debug OSD.
Fix bug #909: Subtitles destroy menu.
Fix bug #1003: Subtitles overlapping.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ GIT_REV = $(shell git describe --always 2>/dev/null) ### Configuration (edit this for your needs) -CONFIG := #-DDEBUG +CONFIG := #-DDEBUG #-DOSD_DEBUG CONFIG += -DAV_INFO -DAV_INFO_TIME=3000 # debug a/v sync #CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np #CONFIG += -DNO_TS_AUDIO # disable ts audio parser |