summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d2e6a94..2a029c3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,6 @@
+DEBUG=0
CFLAGS=-ggdb -std=c99 -Wall -Wstrict-prototypes -Wmissing-prototypes \
- -Wno-unused-parameter -DDEBUG=0
+ -Wno-unused-parameter -DDEBUG=$(DEBUG)
LIBAV_DECODE_FLAGS=`pkg-config --libs --cflags libavformat libavcodec \
libavutil libswscale`