9f0ba814c4
... in order to make it possible for us to update openh264 without having to recompile ffmpeg against the new version every time. As openh264 is distributed by Cisco and ffmpeg is in Fedora, it's difficult to coordinate lock step updates. Drop the version check to make this easier. https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=10211 This also rebases downstream ffmpeg-dlopen-openh264.patch on top of the new patch. |
||
---|---|---|
.gitignore | ||
0001-avfilter-vf_libplacebo-remove-deprecated-field.patch | ||
0001-avfilter-vf_libplacebo-wrap-deprecated-opts-in-FF_AP.patch | ||
0001-fftools-ffmpeg_filter-initialize-the-o-to-silence-th.patch | ||
0001-lavc-libopenh264-Drop-openh264-runtime-version-check.patch | ||
enable_decoders | ||
enable_encoders | ||
ffmpeg_find_free_source_headers.sh | ||
ffmpeg_free_sources | ||
ffmpeg_gen_free_tarball.sh | ||
ffmpeg_get_dlopen_headers.sh | ||
ffmpeg_update_free_sources.sh | ||
ffmpeg-allow-fdk-aac-free.patch | ||
ffmpeg-chromium.patch | ||
ffmpeg-codec-choice.patch | ||
FFmpeg-devel-v10-Support-enhanced-flv-in-FFmpeg.patch | ||
ffmpeg-dlopen-openh264.patch | ||
ffmpeg-ge-av1-vaapi-encode-support.patch | ||
ffmpeg-new-coder-errors.patch | ||
ffmpeg.spec | ||
README.md | ||
sources |
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
- Update the
Version
in the spec file. - Set the
Release
to 0 in the spec file. - Set
pkg_suffix
to%nil
- Do a full build locally:
fedpkg mockbuild --with full_build
- Run
./ffmpeg_update_free_sources.sh results_ffmpeg/5.0/0.fc35/build.log
This will update theffmpeg_free_sources
file list. Note that header files will need to be manually added to theffmpeg_free_sources
file list. - Run
./ffmpeg_gen_free_tarball.sh
to create the tarball. - Set
pkg_suffix
to-free
again - Set the
Release
to 1 in the spec file. - Do a scratch build.
OR
- Edit
ffmpeg_free_sources
and add missing files - Run
./ffmpeg_gen_free_tarball.sh
to create the tarball. - Do a scratch build.