From bf411fffd4535458bf3ad68ca3b9947458961abe Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 1 Apr 2014 11:12:51 +0200 Subject: examples: rename avcodec.c to decoding_encoding.c Restore the old name, which was more meaningful and consistent with the names of the other examples. --- doc/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/Makefile') diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 646a63d121..03c7021e8b 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -12,7 +12,7 @@ CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS) LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS) EXAMPLES= avio_reading \ - avcodec \ + decoding_encoding \ demuxing_decoding \ filtering_video \ filtering_audio \ -- cgit v1.2.3