[FFmpeg-cvslog] examples: add -Wall to CFLAGS.
Clément Bœsch
git at videolan.org
Sun Feb 19 02:21:16 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Feb 19 02:17:56 2012 +0100| [624c413d55060753c4afdc54f059f7ec9dc59c8c] | committer: Clément Bœsch
examples: add -Wall to CFLAGS.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=624c413d55060753c4afdc54f059f7ec9dc59c8c
---
doc/examples/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index b363590..b4d299f 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -1,6 +1,6 @@
# use pkg-config for getting CFLAGS abd LDFLAGS
FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
-CFLAGS+=$(shell pkg-config --cflags $(FFMPEG_LIBS))
+CFLAGS+=-Wall $(shell pkg-config --cflags $(FFMPEG_LIBS))
LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
EXAMPLES=decoding_encoding filtering metadata muxing
More information about the ffmpeg-cvslog
mailing list