From 2bdac2936005cfc999cb86bbd21374ea16584f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Tue, 21 Feb 2012 22:34:39 +0100 Subject: [PATCH] doc/examples: rename filtering.c into filtering_video.c. --- doc/examples/Makefile | 2 +- doc/examples/{filtering.c => filtering_video.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/examples/{filtering.c => filtering_video.c} (100%) 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 similarity index 100% rename from doc/examples/filtering.c rename to doc/examples/filtering_video.c