diff options
author | Scott Branden <scott.branden@broadcom.com> | 2020-02-24 16:11:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-28 23:11:28 +0000 |
commit | 035ca9ea653aeaa538bdfdb3fa9a9960e4f23d9e (patch) | |
tree | c62c3e67e1cfcb6ceb351019d855549ced5e6dab /meta/recipes-multimedia/ffmpeg | |
parent | 7c29dbdf84612e3a604cf7c0a7a698a86dfb0641 (diff) | |
download | poky-035ca9ea653aeaa538bdfdb3fa9a9960e4f23d9e.tar.gz |
ffmpeg: add PACKAGECONFIG support for fdk-aac
Add PACKAGECONFIG support for fdk-aac in ffmpeg.
(From OE-Core rev: c616731ed90f5b20ae9d59165140ecd242cf44b2)
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/ffmpeg')
-rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb index 20a8249b02..d7b0641054 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb | |||
@@ -59,6 +59,7 @@ PACKAGECONFIG[avresample] = "--enable-avresample,--disable-avresample" | |||
59 | # features to support | 59 | # features to support |
60 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" | 60 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" |
61 | PACKAGECONFIG[bzlib] = "--enable-bzlib,--disable-bzlib,bzip2" | 61 | PACKAGECONFIG[bzlib] = "--enable-bzlib,--disable-bzlib,bzip2" |
62 | PACKAGECONFIG[fdk-aac] = "--enable-libfdk-aac --enable-nonfree,--disable-libfdk-aac,fdk-aac" | ||
62 | PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl" | 63 | PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl" |
63 | PACKAGECONFIG[gsm] = "--enable-libgsm,--disable-libgsm,libgsm" | 64 | PACKAGECONFIG[gsm] = "--enable-libgsm,--disable-libgsm,libgsm" |
64 | PACKAGECONFIG[jack] = "--enable-indev=jack,--disable-indev=jack,jack" | 65 | PACKAGECONFIG[jack] = "--enable-indev=jack,--disable-indev=jack,jack" |