3 Commits

Author SHA1 Message Date
zzm_gitcode 53f78f9829 ffmpeg upgrade from 5.1.4 to 7.1.1
Signed-off-by: zzm_gitcode <harbin_zzm@163.com>
2025-12-31 15:03:25 +08:00
Anton Khirnov 31ff05d049 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.
2020-03-16 09:23:37 +01:00
James Almer e1f1a8c7ec Merge commit 'c7cb6a98152e8f312befbd21ae6843055a4737a6'
* commit 'c7cb6a98152e8f312befbd21ae6843055a4737a6':
  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>
2017-09-29 15:12:43 -03:00