summaryrefslogtreecommitdiff
path: root/doc/examples/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2014-04-01 11:12:51 +0200
committerStefano Sabatini <stefasab@gmail.com>2014-04-23 10:32:42 +0200
commitbf411fffd4535458bf3ad68ca3b9947458961abe (patch)
tree416e81319dc5f292ba09843445c3666587e31325 /doc/examples/Makefile
parentdc6a17cf74a90e41d70ea1753cdb70c0a5b2ced8 (diff)
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.
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r--doc/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \