diff options
| author | Jochen Dolze <vdr@dolze.de> | 2011-03-14 23:08:40 +0100 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2011-03-14 23:08:40 +0100 |
| commit | 0662afd6d8816713ebeef519b38456d0f57a837b (patch) | |
| tree | d16c991b8677d6c068d9b20281951097256310cd /command/Makefile | |
| parent | ad13e186a657a6d2488dcc608ef670804107f4a7 (diff) | |
| download | vdr-plugin-markad-0662afd6d8816713ebeef519b38456d0f57a837b.tar.gz vdr-plugin-markad-0662afd6d8816713ebeef519b38456d0f57a837b.tar.bz2 | |
Added -O3 and -funroll-loops in Makefile
Reverted cutval to 127, adding commandline argument later
Fixed demux error with TS files
Added more info messages
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 5173b3e..810afa9 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 -O3 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -g -rdynamic -O3 -funroll-loops -Wall -Wextra -Woverloaded-virtual -Wno-parentheses PKG-CONFIG ?= pkg-config STRIP ?= strip |
