diff options
| author | Jochen Dolze <vdr@dolze.de> | 2011-03-13 22:38:04 +0100 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2011-03-13 22:38:04 +0100 |
| commit | ad13e186a657a6d2488dcc608ef670804107f4a7 (patch) | |
| tree | 7b5a34fbce92b5038a4bf3cf1d31374f861568b2 /command/Makefile | |
| parent | a9829b55f99465d6194de0e8e8fb648d24d79317 (diff) | |
| download | vdr-plugin-markad-ad13e186a657a6d2488dcc608ef670804107f4a7.tar.gz vdr-plugin-markad-ad13e186a657a6d2488dcc608ef670804107f4a7.tar.bz2 | |
Changed order of detection modes in video.cpp
Changed position of start/stop detection
Diffstat (limited to 'command/Makefile')
| -rw-r--r-- | command/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
