[FFmpeg-devel] [PATCH] doc/examples: rename filtering.c into filtering_video.c.

Clément Bœsch ubitux at gmail.com
Tue Feb 21 22:35:02 CET 2012


---
 doc/examples/Makefile                           |    2 +-
 doc/examples/{filtering.c => filtering_video.c} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename doc/examples/{filtering.c => filtering_video.c} (100%)

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
similarity index 100%
rename from doc/examples/filtering.c
rename to doc/examples/filtering_video.c
-- 
1.7.9



More information about the ffmpeg-devel mailing list