summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-01-03 18:52:34 +0100
committerJohns <johns98@gmx.net>2013-01-03 18:52:34 +0100
commitd42475f2dc42650e38069a22f020635132dd5341 (patch)
tree1313b8b0c3cab725b058efa4b3f7973fba9573cd /Makefile
parent7cf6c1ab2baef9d83c9c44ea663ef6b997f40d9c (diff)
downloadvdr-plugin-softhddevice-d42475f2dc42650e38069a22f020635132dd5341.tar.gz
vdr-plugin-softhddevice-d42475f2dc42650e38069a22f020635132dd5341.tar.bz2
Prepared reentrant video stream.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddbdbee..a36891a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ 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 += -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
@@ -34,8 +35,8 @@ CC ?= gcc
CXX ?= g++
CFLAGS ?= -g -O2 -W -Wall -Wextra -Winit-self \
-Wdeclaration-after-statement \
- -ftree-vectorize -msse3 -flax-vector-conversions
-CXXFLAGS ?= -g -O2 -W -Wall -Wextra -Werror=overloaded-virtual
+ -ftree-vectorize -msse3 -flax-vector-conversions #-fPIC
+CXXFLAGS ?= -g -O2 -W -Wall -Wextra -Werror=overloaded-virtual #-fPIC
### The directory environment: