diff options
| author | Johns <johns98@gmx.net> | 2013-02-12 18:11:40 +0100 |
|---|---|---|
| committer | Johns <johns98@gmx.net> | 2013-02-12 18:11:40 +0100 |
| commit | 56aae221e78613bbfdb302f5e7ae4bc84237129b (patch) | |
| tree | 937cde8753373fd673d3fc5c5570059403dea9bd | |
| parent | 54255e7b572acdf06f37affd2539d313656a780c (diff) | |
| download | vdr-plugin-softhddevice-56aae221e78613bbfdb302f5e7ae4bc84237129b.tar.gz vdr-plugin-softhddevice-56aae221e78613bbfdb302f5e7ae4bc84237129b.tar.bz2 | |
Adds missing USE_SCREENSAVER to old Makefile.
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | Makefile-pre1.7.36 | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -26,7 +26,7 @@ SWRESAMPLE ?= $(shell pkg-config --exists libswresample && echo 1) CONFIG := # -DDEBUG #-DOSD_DEBUG CONFIG += -DAV_INFO -DAV_INFO_TIME=3000 # info/debug a/v sync -CONFIG += -DUSE_PIP # too experimental PIP support +CONFIG += -DUSE_PIP # PIP support #CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np #CONFIG += -DNO_TS_AUDIO # disable ts audio parser #CONFIG += -DUSE_TS_VIDEO # build new ts video parser diff --git a/Makefile-pre1.7.36 b/Makefile-pre1.7.36 index d951ebb..32b94a6 100644 --- a/Makefile-pre1.7.36 +++ b/Makefile-pre1.7.36 @@ -20,12 +20,13 @@ GIT_REV = $(shell git describe --always 2>/dev/null) CONFIG := #-DDEBUG #-DOSD_DEBUG CONFIG += -DAV_INFO -DAV_INFO_TIME=3000 # debug a/v sync -CONFIG += -DUSE_PIP # too experimental PIP support +CONFIG += -DUSE_PIP # PIP support #CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np #CONFIG += -DNO_TS_AUDIO # disable ts audio parser #CONFIG += -DUSE_TS_VIDEO # build new ts video parser # use ffmpeg libswresample CONFIG += $(shell pkg-config --exists libswresample && echo "-DUSE_SWRESAMPLE") +CONFIG += -DUSE_SCREENSAVER # use functions to disable screensaver CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU") CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI") CONFIG += $(shell pkg-config --exists alsa && echo "-DUSE_ALSA") |
