diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-22 09:33:49 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 14:56:39 +0100 |
commit | 49d4477d53639d6f4e484435eabcb8c5d95cfdbd (patch) | |
tree | 6aebceb057986b77a373e9447f1e51ded2c06cbb /meta/recipes-multimedia/gstreamer | |
parent | 8381125e53cc1b15c584f59d7c72affa28b1fd0e (diff) | |
download | poky-49d4477d53639d6f4e484435eabcb8c5d95cfdbd.tar.gz |
gstreamer1.0-libav: Add 'valgrind' config option
This fixes following error:
,----
| src/libavutil/log.c:51:31: fatal error: valgrind/valgrind.h: No such file or directory
| #include <valgrind/valgrind.h>
`----
(From OE-Core rev: 262f8180c9037b7e82efe08ce3bb1880fee22ea8)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index b24de6258e..ea011637c2 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | |||
@@ -18,6 +18,7 @@ PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl," | |||
18 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" | 18 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" |
19 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | 19 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" |
20 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" | 20 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" |
21 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" | ||
21 | 22 | ||
22 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" | 23 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" |
23 | 24 | ||