[FFmpeg-cvslog] doc/examples: add debug compilation flag.
Clément Bœsch
git at videolan.org
Sat May 19 12:32:30 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat May 12 18:06:26 2012 +0200| [c6bbe3c2a74e8428bc3ec887cbfa71b3cd256da1] | committer: Clément Bœsch
doc/examples: add debug compilation flag.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c6bbe3c2a74e8428bc3ec887cbfa71b3cd256da1
---
doc/examples/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 04908c2..a3d135d 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -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))
More information about the ffmpeg-cvslog
mailing list