Go to file
2024-02-07 22:50:24 +00:00
.gitignore
0001-lavc-libopenh264-Drop-openh264-runtime-version-check.patch
enable_decoders
enable_encoders
ffmpeg_find_free_source_headers.sh
ffmpeg_free_sources Add missing files for some of the libraries to fix riscv64 builds 2024-01-15 10:55:52 -05:00
ffmpeg_gen_free_tarball.sh
ffmpeg_get_dlopen_headers.sh
ffmpeg_update_free_sources.sh
ffmpeg-allow-fdk-aac-free.patch
ffmpeg-c99.patch Backport upstream patch to fix C compatibility issues 2024-01-05 15:48:35 +01:00
ffmpeg-chromium.patch
ffmpeg-codec-choice.patch
ffmpeg-dlopen-openh264.patch
ffmpeg-gcc14.patch Fix build with gcc14 (-Wint-conversion, -Wincompatible-pointer-types) 2024-01-31 15:30:24 +00:00
ffmpeg.spec Rebuild for libvpx 1.14.x 2024-02-07 22:50:24 +00:00
README.md
sources Add missing files for some of the libraries to fix riscv64 builds 2024-01-15 10:55:52 -05:00

FFMPEG

FFmpeg is a multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation.

Creating the 'free' tarball

  1. Update the Version in the spec file.
  2. Set the Release to 0 in the spec file.
  3. Set pkg_suffix to %nil
  4. Do a full build locally: fedpkg mockbuild --with full_build
  5. Run ./ffmpeg_update_free_sources.sh results_ffmpeg/5.0/0.fc35/build.log This will update the ffmpeg_free_sources file list. Note that header files will need to be manually added to the ffmpeg_free_sources file list.
  6. Run ./ffmpeg_gen_free_tarball.sh to create the tarball.
  7. Set pkg_suffix to -free again
  8. Set the Release to 1 in the spec file.
  9. Do a scratch build.

OR

  1. Edit ffmpeg_free_sources and add missing files
  2. Run ./ffmpeg_gen_free_tarball.sh to create the tarball.
  3. Do a scratch build.