From ad13e186a657a6d2488dcc608ef670804107f4a7 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 13 Mar 2011 22:38:04 +0100 Subject: Changed order of detection modes in video.cpp Changed position of start/stop detection --- command/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/Makefile') diff --git a/command/Makefile b/command/Makefile index e1ab816..5173b3e 100644 --- a/command/Makefile +++ b/command/Makefile @@ -12,7 +12,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' ../version.h | awk '{ pr ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -g -rdynamic -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -g -rdynamic -O3 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses PKG-CONFIG ?= pkg-config STRIP ?= strip -- cgit v1.2.3