diff options
| author | scop <scop> | 2005-08-01 17:45:33 +0000 |
|---|---|---|
| committer | scop <scop> | 2005-08-01 17:45:33 +0000 |
| commit | e1a64074adfcf0b075f0267aa8b06810d96de7b8 (patch) | |
| tree | bc28c8c12f955d67fc2400f9debcabbb0712e8dc /Makefile | |
| parent | 87405c497570c356759c51674eb856902338eb80 (diff) | |
| download | vdr-plugin-dxr3-e1a64074adfcf0b075f0267aa8b06810d96de7b8.tar.gz vdr-plugin-dxr3-e1a64074adfcf0b075f0267aa8b06810d96de7b8.tar.bz2 | |
Move OSD flush rate setting to UI.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.17 2005/06/22 16:57:58 scop Exp $ +# $Id: Makefile,v 1.1.2.18 2005/08/01 17:45:33 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -54,13 +54,6 @@ DEFINES += -DMICROCODE=\"/usr/share/misc/em8300.uc\" # 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 40ms does not calm down your OSD. -DEFINES += -DFLUSHRATE=40 - ### The object files (add further files here): OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o dxr3syncbuffer.o dxr3audiodecoder.o \ |
