Commit 767d780e authored by Mariusz Szczepańczyk's avatar Mariusz Szczepańczyk Committed by Michael Niedermayer

doc/examples: rename avio_list_dir -> avio_dir_cmd

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 4ada49f9
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
/doc/avoptions_codec.texi /doc/avoptions_codec.texi
/doc/avoptions_format.texi /doc/avoptions_format.texi
/doc/doxy/html/ /doc/doxy/html/
/doc/examples/avio_list_dir /doc/examples/avio_dir_cmd
/doc/examples/avio_reading /doc/examples/avio_reading
/doc/examples/decoding_encoding /doc/examples/decoding_encoding
/doc/examples/demuxing_decoding /doc/examples/demuxing_decoding
......
...@@ -1343,7 +1343,7 @@ COMPONENT_LIST=" ...@@ -1343,7 +1343,7 @@ COMPONENT_LIST="
EXAMPLE_LIST=" EXAMPLE_LIST="
avio_reading_example avio_reading_example
avio_list_dir_example avio_dir_cmd_example
decoding_encoding_example decoding_encoding_example
demuxing_decoding_example demuxing_decoding_example
extract_mvs_example extract_mvs_example
...@@ -2803,7 +2803,7 @@ zoompan_filter_deps="swscale" ...@@ -2803,7 +2803,7 @@ zoompan_filter_deps="swscale"
# examples # examples
avio_reading="avformat avcodec avutil" avio_reading="avformat avcodec avutil"
avio_list_dir="avformat avutil" avio_dir_cmd="avformat avutil"
avcodec_example_deps="avcodec avutil" avcodec_example_deps="avcodec avutil"
decoding_encoding_example_deps="avcodec avformat avutil" decoding_encoding_example_deps="avcodec avformat avutil"
demuxing_decoding_example_deps="avcodec avformat avutil" demuxing_decoding_example_deps="avcodec avformat avutil"
......
...@@ -36,7 +36,7 @@ DOCS-$(CONFIG_MANPAGES) += $(MANPAGES) ...@@ -36,7 +36,7 @@ DOCS-$(CONFIG_MANPAGES) += $(MANPAGES)
DOCS-$(CONFIG_TXTPAGES) += $(TXTPAGES) DOCS-$(CONFIG_TXTPAGES) += $(TXTPAGES)
DOCS = $(DOCS-yes) DOCS = $(DOCS-yes)
DOC_EXAMPLES-$(CONFIG_AVIO_LIST_DIR_EXAMPLE) += avio_list_dir DOC_EXAMPLES-$(CONFIG_AVIO_DIR_CMD_EXAMPLE) += avio_dir_cmd
DOC_EXAMPLES-$(CONFIG_AVIO_READING_EXAMPLE) += avio_reading DOC_EXAMPLES-$(CONFIG_AVIO_READING_EXAMPLE) += avio_reading
DOC_EXAMPLES-$(CONFIG_AVCODEC_EXAMPLE) += avcodec DOC_EXAMPLES-$(CONFIG_AVCODEC_EXAMPLE) += avcodec
DOC_EXAMPLES-$(CONFIG_DECODING_ENCODING_EXAMPLE) += decoding_encoding DOC_EXAMPLES-$(CONFIG_DECODING_ENCODING_EXAMPLE) += decoding_encoding
......
...@@ -11,7 +11,7 @@ CFLAGS += -Wall -g ...@@ -11,7 +11,7 @@ CFLAGS += -Wall -g
CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS) CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS)
LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS) LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS)
EXAMPLES= avio_list_dir \ EXAMPLES= avio_dir_cmd \
avio_reading \ avio_reading \
decoding_encoding \ decoding_encoding \
demuxing_decoding \ demuxing_decoding \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment