diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-12 18:06:26 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-19 12:28:59 +0200 |
commit | c6bbe3c2a74e8428bc3ec887cbfa71b3cd256da1 (patch) | |
tree | 83a30cb230efe92ea1c27ff854009743a677c093 | |
parent | 06e4b983829234110427a5a8f59553b95ac452e7 (diff) | |
download | ffmpeg-c6bbe3c2a74e8428bc3ec887cbfa71b3cd256da1.tar.gz |
doc/examples: add debug compilation flag.
-rw-r--r-- | doc/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 04908c2c7a..a3d135d60b 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)) |