forked from jengelh/ffmpeg-4
Accepting request 676694 from home:iznogood:branches:multimedia:libs
Resub, do just plain aac - just in case to maximize hope of getting it apporoved by legal - Add aac to enabled_encoders and enabled_decoders. Build the native aac support in ffmpeg. These do not support HE-AAC (v1/2) protocols. OBS-URL: https://build.opensuse.org/request/show/676694 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=46
This commit is contained in:
parent
03e50a1c20
commit
a37a0b4001
@ -1,4 +1,5 @@
|
||||
## module name # reason for enablement in ffmpeg (usually there is another package that already got legal review)
|
||||
aac
|
||||
ac3
|
||||
ansi # trivial
|
||||
apng
|
||||
|
@ -1,4 +1,5 @@
|
||||
## module name # reason for enablement in ffmpeg (usually there is another package that already got legal review)
|
||||
aac
|
||||
apng # libpng
|
||||
ass # trivial
|
||||
ayuv # trival
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 16 13:21:11 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Add aac to enabled_encoders and enabled_decoders. Build the
|
||||
native aac support in ffmpeg. These do not support HE-AAC (v1/2)
|
||||
protocols.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 16 12:41:43 UTC 2019 - davejplater@gmail.com
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
%bcond_with x264
|
||||
%bcond_with x265
|
||||
%bcond_with xvid
|
||||
%bcond_with svt_av1
|
||||
%bcond_with svt_av1
|
||||
|
||||
# Full build or just support package on older codestream
|
||||
%if 0%{?suse_version} > 1500
|
||||
|
Loading…
Reference in New Issue
Block a user