diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2019-08-27 10:05:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-27 12:11:16 -0700 |
| commit | ecfe351e4674f635def5930ddd74bace562937fc (patch) | |
| tree | d9666ad504908f13af394da6fc69edcf1c803a57 /meta-multimedia | |
| parent | c15a701afdacd0d8e3026710dfb7b0746b9da1f8 (diff) | |
| download | meta-openembedded-ecfe351e4674f635def5930ddd74bace562937fc.tar.gz | |
vlc: don't look at host headers for live555
Prevents errors when live555 is installed on build machine:
| ERROR: vlc-3.0.6-r0 do_configure: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities.
| Rerun configure task after fixing this. [configure-unsafe]
| ERROR: vlc-3.0.6-r0 do_configure: Fatal QA errors found, failing task.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index 5c38be31ff..7308465b1b 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
| @@ -51,7 +51,7 @@ inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt5', 'qmake5_paths', '', d)} | |||
| 51 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" | 51 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" |
| 52 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" | 52 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" |
| 53 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 53 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
| 54 | PACKAGECONFIG[live555] = "--enable-live555,--disable-live555,live555" | 54 | PACKAGECONFIG[live555] = "--enable-live555 LIVE555_PREFIX=${STAGING_DIR_HOST}${prefix},--disable-live555,live555" |
| 55 | PACKAGECONFIG[libass] = "--enable-libass,--disable-libass,libass" | 55 | PACKAGECONFIG[libass] = "--enable-libass,--disable-libass,libass" |
| 56 | PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc" | 56 | PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc" |
| 57 | PACKAGECONFIG[libva] = "--enable-libva,--disable-libva,libva" | 57 | PACKAGECONFIG[libva] = "--enable-libva,--disable-libva,libva" |
