aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/Makefile.example
Commit message (Collapse)AuthorAgeFilesLines
* examples: fix build of mux and resample_audioSebastian Ramacher2023-07-281-2/+2
| | | | | | | | | The commits eac4324bfbe452f0292b48b2f1dc37b5052ec0be and cd8211527efbb9cad19db1c0d033da0749836e43 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>
* examples/Makefile.example: add note about missing entriesStefano Sabatini2023-02-111-1/+7
|
* examples: rename transcoding to transcodeStefano Sabatini2023-02-111-1/+1
|
* examples: rename scaling_video to scale_videoStefano Sabatini2023-02-111-1/+1
|
* examples: rename resampling audio to resample_audioStefano Sabatini2023-02-111-1/+1
|
* examples: rename remuxing to remuxStefano Sabatini2023-02-111-1/+1
|
* examples: rename muxing to muxStefano Sabatini2023-02-111-1/+1
|
* examples: rename metadata to show_metadataStefano Sabatini2023-02-111-1/+1
|
* examples: rename http_multiclient to avio_http_serve_filesStefano Sabatini2023-02-111-2/+3
|
* examples: rename filtering_video to decode_filter_videoStefano Sabatini2023-02-111-1/+1
|
* examples: rename filtering_audio to decode_filter_audioStefano Sabatini2023-02-111-1/+1
|
* examples: rename demuxing_decoding to demux_decodeStefano Sabatini2023-02-111-1/+1
| | | | Follow general scheme VERB_OBJECT.
* examples: rename avio_reading to avio_read_callbackStefano Sabatini2023-02-111-1/+1
| | | | Adopt general scheme VERB_OBJECT.
* examples/avio_dir_cmd: drop support for move/delete operationsAnton Khirnov2020-03-161-1/+1
| | | | | | | | 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.
* Merge commit 'acb0dea27efff4b35796015b96570b59fd517078'James Almer2017-09-291-0/+50
* commit 'acb0dea27efff4b35796015b96570b59fd517078': build: Split logic for building examples off into a separate Makefile We already have a Makefile in doc/examples, but it's separate from the build system and meant to be installed as part of the documentation to help users compile the installed .c example files. Move it to Makefile.example to make place for the new build system Makefile. Merged-by: James Almer <jamrial@gmail.com>