Commit Graph
7 Commits
Author SHA1 Message Date
Daniel Bermond e455285477 Bring back support for opencv
opencv support was disabled[1] a long time ago because ffmpeg failed
to build with it. opencv 3.x does not support C compilation mode[2]
anymore, and ffmpeg uses only C. There is no ffmpeg interest[3] in
compiling opencv in C++ mode, so opencv2 must be used here.

References
----------
[1] https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-full&id=5d72306579c20bc36ff7c6ff1005b168e3b263de
[2] https://github.com/opencv/opencv/issues/10963
[3] https://trac.ffmpeg.org/ticket/7059
2023-11-25 23:31:52 -03:00
Daniel Bermond e4c872f250 Add missing option libaribcaption
References
----------
[1] https://git.videolan.org/?p=ffmpeg.git;a=commit;h=b6138633cdf2ecae22c4c02029e91245c430c4fe
2023-11-25 17:04:02 -03:00
Daniel Bermond 9b0e1e662e Update libklvanc dependency 2023-11-17 16:15:51 -03:00
Daniel Bermond 09b95fa8b5 Update to version 6.1
Also in this update:
- add missing libharfbuzz
- add libopenvino
- add depends that were implicitly satisfied
2023-11-14 21:00:44 -03:00
Daniel Bermond 2d119be453 Temporarily disable docs to fix build. Fix nvenc build.
HTML pages fails to build with texinfo 7.1. Temporarily disabling
it until there is an upstream fix.
2023-10-28 09:29:12 -03:00
Daniel Bermond 2d968f031e Fix build with binutils 2.41 2023-08-12 10:36:01 -03:00
Daniel Bermond 3782691a22 Add missing dependency for Intel QuickSync Video (QSV)
This was missing when switched libfmx to onevpl.
2023-06-20 22:29:58 -03:00