diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-01-15 12:44:04 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-02-11 17:49:01 +0100 |
commit | 2e4694707e619ddb736489cc32ace997c6788930 (patch) | |
tree | 67c7eae826d0b44e66705f3af4b4dafb5c6c0480 /doc/examples/Makefile.example | |
parent | 1ae619e8ee1d4ae9d16820df75b8dd9dcbedd8cd (diff) | |
download | ffmpeg-2e4694707e619ddb736489cc32ace997c6788930.tar.gz |
examples: rename http_multiclient to avio_http_serve_files
Diffstat (limited to 'doc/examples/Makefile.example')
-rw-r--r-- | doc/examples/Makefile.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/examples/Makefile.example b/doc/examples/Makefile.example index 3383bb61fe..9e725715a5 100644 --- a/doc/examples/Makefile.example +++ b/doc/examples/Makefile.example @@ -11,7 +11,9 @@ CFLAGS += -Wall -g CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS) LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS) -EXAMPLES= avio_list_dir \ +EXAMPLES=\ + avio_http_serve_files \ + avio_list_dir \ avio_read_callback \ decode_audio \ decode_filter_audio \ @@ -21,7 +23,6 @@ EXAMPLES= avio_list_dir \ encode_audio \ encode_video \ extract_mvs \ - http_multiclient \ hw_decode \ metadata \ muxing \ |