[FFmpeg-devel] [PATCH 04/13] doc/examples: add debug compilation flag.

Clément Bœsch ubitux at gmail.com
Sat May 12 23:15:26 CEST 2012


---
 doc/examples/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 3abd1eb..5217d6e 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -7,7 +7,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))
 
-- 
1.7.10.1



More information about the ffmpeg-devel mailing list