diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-07-20 22:56:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:13:31 +0100 |
commit | 9a7ddbe10c16929a3ab565baec30120e6dc6bd49 (patch) | |
tree | a545c5f2fae2c740256b98c643b35ecd240d17da /meta/recipes-multimedia/ffmpeg | |
parent | 1d9a27d0cd3058cf29f72c9a9aa0ae09b9405448 (diff) | |
download | poky-9a7ddbe10c16929a3ab565baec30120e6dc6bd49.tar.gz |
ffmpeg: add PACKAGECONFIG for sdl2
Enabling sdl2 will bring ffplay applications, which can be handy when working
with ffmpeg.
(From OE-Core rev: 5c880eb08ec29e169b9f6b7d6f2e0598a0395d30)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.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_3.3.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.2.bb index f4bb2ba1f5..73213cc5a1 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.2.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.2.bb | |||
@@ -65,6 +65,7 @@ PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz" | |||
65 | PACKAGECONFIG[mp3lame] = "--enable-libmp3lame,--disable-libmp3lame,lame" | 65 | PACKAGECONFIG[mp3lame] = "--enable-libmp3lame,--disable-libmp3lame,lame" |
66 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | 66 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" |
67 | PACKAGECONFIG[schroedinger] = "--enable-libschroedinger,--disable-libschroedinger,schroedinger" | 67 | PACKAGECONFIG[schroedinger] = "--enable-libschroedinger,--disable-libschroedinger,schroedinger" |
68 | PACKAGECONFIG[sdl2] = "--enable-sdl2,--disable-sdl2,virtual/libsdl2" | ||
68 | PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex" | 69 | PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex" |
69 | PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora" | 70 | PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora" |
70 | PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva" | 71 | PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva" |