summaryrefslogtreecommitdiff
path: root/doc/examples/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/Makefile.example')
-rw-r--r--doc/examples/Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile.example b/doc/examples/Makefile.example
index 6428154c51..a232d97f98 100644
--- a/doc/examples/Makefile.example
+++ b/doc/examples/Makefile.example
@@ -11,7 +11,7 @@ CFLAGS += -Wall -g
CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS)
LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS)
-EXAMPLES= avio_dir_cmd \
+EXAMPLES= avio_list_dir \
avio_reading \
decode_audio \
decode_video \