diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-02-21 22:34:39 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-21 22:34:39 +0100 |
commit | 2bdac2936005cfc999cb86bbd21374ea16584f0e (patch) | |
tree | 2158607b163520062f8c416a6e0df0f39f4570bb | |
parent | aecf0cf5ed907993d41009c6f2a7aa7c3904b837 (diff) | |
download | ffmpeg-2bdac2936005cfc999cb86bbd21374ea16584f0e.tar.gz |
doc/examples: rename filtering.c into filtering_video.c.
-rw-r--r-- | doc/examples/Makefile | 2 | ||||
-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 6b9902df6e..4d6c7a8be6 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 2ca6a05497..2ca6a05497 100644 --- a/doc/examples/filtering.c +++ b/doc/examples/filtering_video.c |