summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-11 08:11:39 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-11 08:11:45 (GMT)
commitae6370ff7c7e59f848b385e38f11edd60ec2ca3a (patch)
tree31b432cd90d9bc0f3d73d63eebfb3efeee539359 /Makefile
parent1a80f154c44e5e304a7f8d2919063d9603723d21 (diff)
downloadsoup-transcoding-proxy-ae6370ff7c7e59f848b385e38f11edd60ec2ca3a.zip
soup-transcoding-proxy-ae6370ff7c7e59f848b385e38f11edd60ec2ca3a.tar.gz
Makefile: Don't enable PLAY_DEBUG mode by default
It causes no encoding to happen at all -- not what we want by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f790dbc..f08b09d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DEBUG_CFLAGS := -O0 -ggdb -Wall -fsanitize=address -fno-omit-frame-pointer -DENCODE_DEBUG -DPLAY_DEBUG
-CFLAGS := -O0 -ggdb -Wall -fno-omit-frame-pointer -DENCODE_DEBUG -DPLAY_DEBUG
+CFLAGS := -O0 -ggdb -Wall -fno-omit-frame-pointer -DENCODE_DEBUG
#CFLAGS := -O3 -march=native -Wall
PKGCONFIG := pkg-config
LIBS := $(shell $(PKGCONFIG) --libs --cflags glib-2.0 gio-unix-2.0 libsoup-2.4 gstreamer-pbutils-1.0) -lrt