summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-02-19 02:17:56 +0100
committerClément Bœsch <ubitux@gmail.com>2012-02-19 02:18:29 +0100
commit624c413d55060753c4afdc54f059f7ec9dc59c8c (patch)
tree1d3a63339a251f935c9bef18c1fc1c9559420459 /doc
parent2b97be5d570587f9c2ef17e6fad79f3636e5ae7e (diff)
downloadffmpeg-streaming-624c413d55060753c4afdc54f059f7ec9dc59c8c.zip
ffmpeg-streaming-624c413d55060753c4afdc54f059f7ec9dc59c8c.tar.gz
examples: add -Wall to CFLAGS.
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile2
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
OpenPOWER on IntegriCloud