diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-01-10 12:10:09 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-03-16 09:23:37 +0100 |
commit | 15546f772c686412d3e823ff8db266796541846e (patch) | |
tree | 874c4b3afe3c6a51d011eace420100b1311b1e1e /configure | |
parent | 7f0a7e3e63ff0d342772cbc7e6e5d652900d6710 (diff) | |
download | ffmpeg-15546f772c686412d3e823ff8db266796541846e.tar.gz |
examples/avio_dir_cmd: drop support for move/delete operations
They use non-public functions, which is unacceptable for a public API
example. Rename the example back to avio_list_dir.
This effectively reverts c84d208c275d6a43b3c3421d38772179abf8acee and
767d780ec001167b2fd8f6cfe4ef78a3a8b1e34c.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1667,7 +1667,7 @@ COMPONENT_LIST=" " EXAMPLE_LIST=" - avio_dir_cmd_example + avio_list_dir_example avio_reading_example decode_audio_example decode_video_example @@ -3615,7 +3615,7 @@ yadif_cuda_filter_deps="ffnvcodec" yadif_cuda_filter_deps_any="cuda_nvcc cuda_llvm" # examples -avio_dir_cmd_deps="avformat avutil" +avio_list_dir_deps="avformat avutil" avio_reading_deps="avformat avcodec avutil" decode_audio_example_deps="avcodec avutil" decode_video_example_deps="avcodec avutil" |