diff options
| author | scop <scop> | 2005-04-17 16:47:30 +0000 |
|---|---|---|
| committer | scop <scop> | 2005-04-17 16:47:30 +0000 |
| commit | 125577765a9ae8f0bdf22fa2c817ffb9bf54d180 (patch) | |
| tree | 7c515753d7bbb323ed3ae52a7efb9355fe5102e0 /Makefile | |
| parent | 74d8232de848f462ad36a8c0f51c26ad400ee8ec (diff) | |
| download | vdr-plugin-dxr3-125577765a9ae8f0bdf22fa2c817ffb9bf54d180.tar.gz vdr-plugin-dxr3-125577765a9ae8f0bdf22fa2c817ffb9bf54d180.tar.bz2 | |
Move definition of FLUSHRATE to Makefile and bump it to 35.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.11 2005/04/05 18:54:01 scop Exp $ +# $Id: Makefile,v 1.1.2.12 2005/04/17 16:47:30 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -57,6 +57,13 @@ DEFINES += -DLOGPATH=\"/video/\" # note: path must end with / # comment this out to use the traditional vdr-dxr3 scaler DEFINES += -DUSE_XINE_SCALER +# The OSD goes berserk (flickering rectangles in colors from the current +# palette around the screen) in some setups if it's refreshed too often. +# If it doesn't happen for you or you don't like the small delay this +# causes, change this to 0. Experiment with larger values if the default +# of 35ms does not calm down your OSD. +DEFINES += -DFLUSHRATE=35 + ### The object files (add further files here): OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o dxr3syncbuffer.o dxr3audiodecoder.o \ |
