-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffmpeg extras #5277
ffmpeg extras #5277
Conversation
Issue found while trying to integrate |
Co-Author: hgy59 <hpgy59@gmail.com>
- create lib folder on demand - ensure full name of libatomic
@th0ma7 just identified redis package build for qoriq needs libatomic too. |
@th0ma7 thanks for triggering the failed (tvh timeouted) builds again. |
@hgy59 Good catch! We'll eventually get it right ;) I've restarted failed jobs to confirm all is good then I'll merge. |
Shame on synology, to have shared libraries in toolchains, that are not available on the devices. |
* ffmpeg: Add extra-version flag to match SPK_VER * ffmpeg: Enable WebP encoder/decoder * docker-tvheadend: Update digests against master * tvheadend: Fix version so digests is constant * ffmpeg: Add candidates for enablement * ffmpeg: Convert from enable-fontconfig to enable-libfontconfig * chromaprint: Update from version 1.5.0 to 1.5.1 * chromaprint: Update changelog * ffmpeg: Enable caca (color ASCII art) and rabbitmq support * ffmpeg: Enable frei0r pligin API support * ffmpeg: Misc fixes related to rabbitmq & frei0r for proper build * frei0r: Fix PLIST and remove depends * ffmpeg: Adjust frei0r PLIST with cairo removal * frei0r: Re-include freetype + TODO comments related to cairo * chromaprint: Build fixes * ffmpeg: Enable zimg image processing support * ffmpeg: Enable libdc1394 camera support * docker-tvheadend: Use latest release instead of git hash * strip.mk: Auto-detect and include libatomic.so as needed * strip.mk: Minor adjustments based on @hgy59 feedbacks * strip.mk: Include @hgy59 proposed changes to manage libatomic.so Co-Author: hgy59 <hpgy59@gmail.com> * fix include_libatomic - create lib folder on demand - ensure full name of libatomic Co-authored-by: hgy59 <hpgy59@gmail.com>
Description
ffmpeg extras: Add extra version tag to easily identify running version along with encoders/decoders to ffmpeg
Includes a generic fix for packages that link to libatomic and must include this library from the toolchain in the package.
Fixes #5254
Checklist
all-supported
completed successfullyType of change