X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.example;h=a232d97f987efa836c4b3f1041fca23a50d82e40;hb=6d972beb23385022319cb36892519c70b0d0fc22;hp=6428154c51d669d67e55390d6efbe7fc863ee6d7;hpb=4069096dd535ee99175c2a29c1a1f59c3fc110c1;p=ffmpeg diff --git a/doc/examples/Makefile.example b/doc/examples/Makefile.example index 6428154c51d..a232d97f987 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 \