From be5ac961e0a087a5a420a0477f8861dd05d0b9b7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 11 Oct 2011 22:13:02 +0200 Subject: [PATCH] examples/encoding: rename to decoding_encoding.c as the file is an example for both. Signed-off-by: Michael Niedermayer --- doc/examples/Makefile | 2 +- doc/examples/{encoding.c => decoding_encoding.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/examples/{encoding.c => decoding_encoding.c} (100%) diff --git a/doc/examples/Makefile b/doc/examples/Makefile index fde2256fca..b363590d53 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil CFLAGS+=$(shell pkg-config --cflags $(FFMPEG_LIBS)) LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS)) -EXAMPLES=encoding filtering metadata muxing +EXAMPLES=decoding_encoding filtering metadata muxing OBJS=$(addsuffix .o,$(EXAMPLES)) diff --git a/doc/examples/encoding.c b/doc/examples/decoding_encoding.c similarity index 100% rename from doc/examples/encoding.c rename to doc/examples/decoding_encoding.c -- GitLab