Sebastian Ramacher
7de3fcb059
examples: fix build of mux and resample_audio
...
The commits eac4324bfb
and
cd8211527e
renamed the examples, but the
targets were not updated. Hence, the builds are missing -lm.
Signed-off-by: Sebastian Ramacher <sramacher@debian.org>
Signed-off-by: James Almer <jamrial@gmail.com>
1 year ago
Stefano Sabatini
051e1ed1e2
examples/Makefile.example: add note about missing entries
2 years ago
Stefano Sabatini
3d4dc6aa77
examples: rename transcoding to transcode
2 years ago
Stefano Sabatini
3856f82ef9
examples: rename scaling_video to scale_video
2 years ago
Stefano Sabatini
cd8211527e
examples: rename resampling audio to resample_audio
2 years ago
Stefano Sabatini
0a69ca656b
examples: rename remuxing to remux
2 years ago
Stefano Sabatini
eac4324bfb
examples: rename muxing to mux
2 years ago
Stefano Sabatini
7a53ae931d
examples: rename metadata to show_metadata
2 years ago
Stefano Sabatini
2e4694707e
examples: rename http_multiclient to avio_http_serve_files
2 years ago
Stefano Sabatini
1ae619e8ee
examples: rename filtering_video to decode_filter_video
2 years ago
Stefano Sabatini
3367bd56d1
examples: rename filtering_audio to decode_filter_audio
2 years ago
Stefano Sabatini
7f5630a899
examples: rename demuxing_decoding to demux_decode
...
Follow general scheme VERB_OBJECT.
2 years ago
Stefano Sabatini
f0a415c7eb
examples: rename avio_reading to avio_read_callback
...
Adopt general scheme VERB_OBJECT.
2 years ago
Anton Khirnov
15546f772c
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 c84d208c27
and
767d780ec0
.
5 years ago