[oe-commits] [openembedded-core] 08/13: gstreamer1.0-libav: Add 'valgrind' config option

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 14:02:28 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 262f8180c9037b7e82efe08ce3bb1880fee22ea8
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Thu Sep 22 09:33:49 2016 -0300

    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>
    `----
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
index b24de62..ea01163 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,"
 PACKAGECONFIG[libav] = "--with-system-libav,,libav"
 PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
 PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native"
+PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
 
 GSTREAMER_1_0_DEBUG ?= "--disable-debug"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list