From a73c755a421cd3b20dd9923c863a74ec860ad9ed Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Fri, 5 Mar 2010 09:39:47 +0100 Subject: Changed H264 handling --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b664d1..671a4ab 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' version.h | awk '{ print ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -g -O0 -Wall -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses PKG-CONFIG ?= pkg-config ### The directory environment: @@ -56,8 +56,8 @@ LIBS-CMD += $(shell $(PKG-CONFIG) --libs $(PKG-LIBS)) ### The object files (add further files here): OBJS-CMD = markad-standalone.o decoder.o -OBJS-COMMON = common.o video.o audio.o demux.o tools.o vdr2pkt.o ts2pkt.o pes2es.o -OBJS = $(PLUGIN).o recv.o status.o streaminfo.o $(OBJS-COMMON) +OBJS-COMMON = streaminfo.o video.o audio.o demux.o queue.o vdr2pkt.o ts2pkt.o pes2es.o +OBJS = $(PLUGIN).o recv.o status.o $(OBJS-COMMON) ### The main target: -- cgit v1.2.3