[FFmpeg-cvslog] examples/encoding: rename to decoding_encoding. c as the file is an example for both.
Michael Niedermayer
git at videolan.org
Tue Oct 11 22:51:49 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Oct 11 22:13:02 2011 +0200| [be5ac961e0a087a5a420a0477f8861dd05d0b9b7] | committer: Michael Niedermayer
examples/encoding: rename to decoding_encoding.c as the file is an example for both.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be5ac961e0a087a5a420a0477f8861dd05d0b9b7
---
doc/examples/Makefile | 2 +-
doc/examples/{encoding.c => decoding_encoding.c} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index fde2256..b363590 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
More information about the ffmpeg-cvslog
mailing list