summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-02-21 22:34:39 +0100
committerClément Bœsch <ubitux@gmail.com>2012-02-21 22:34:39 +0100
commit2bdac2936005cfc999cb86bbd21374ea16584f0e (patch)
tree2158607b163520062f8c416a6e0df0f39f4570bb /doc
parentaecf0cf5ed907993d41009c6f2a7aa7c3904b837 (diff)
downloadffmpeg-streaming-2bdac2936005cfc999cb86bbd21374ea16584f0e.zip
ffmpeg-streaming-2bdac2936005cfc999cb86bbd21374ea16584f0e.tar.gz
doc/examples: rename filtering.c into filtering_video.c.
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile2
-rw-r--r--doc/examples/filtering_video.c (renamed from doc/examples/filtering.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 6b9902d..4d6c7a8 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
CFLAGS+=-Wall $(shell pkg-config --cflags $(FFMPEG_LIBS))
LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
-EXAMPLES=decoding_encoding filtering filtering_audio metadata muxing
+EXAMPLES=decoding_encoding filtering_video filtering_audio metadata muxing
OBJS=$(addsuffix .o,$(EXAMPLES))
diff --git a/doc/examples/filtering.c b/doc/examples/filtering_video.c
index 2ca6a05..2ca6a05 100644
--- a/doc/examples/filtering.c
+++ b/doc/examples/filtering_video.c
OpenPOWER on IntegriCloud