From d42475f2dc42650e38069a22f020635132dd5341 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 3 Jan 2013 18:52:34 +0100 Subject: Prepared reentrant video stream. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3