]> git.sesse.net Git - ffmpeg/commitdiff
doc/examples: add debug compilation flag.
authorClément Bœsch <ubitux@gmail.com>
Sat, 12 May 2012 16:06:26 +0000 (18:06 +0200)
committerClément Bœsch <ubitux@gmail.com>
Sat, 19 May 2012 10:28:59 +0000 (12:28 +0200)
doc/examples/Makefile

index 04908c2c7a0332d2bb96350cf3657de146bef51f..a3d135d60b2eaf03f149d155da1203bf530d7471 100644 (file)
@@ -8,7 +8,7 @@ FFMPEG_LIBS=    libavdevice                        \
                 libswscale                         \
                 libavutil                          \
 
-CFLAGS += -Wall -O2
+CFLAGS += -Wall -O2 -g
 CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS))
 LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS))