public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [krogoth][PATCH] gstreamer1.0-libav: Add 'valgrind' config option
@ 2016-11-10 14:44 Martin Jansa
  2017-03-15 16:25 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2016-11-10 14:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador

From: Otavio Salvador <otavio@ossystems.com.br>

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@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@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 363101e..2814a58 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"
 
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [krogoth][PATCH] gstreamer1.0-libav: Add 'valgrind' config option
  2016-11-10 14:44 [krogoth][PATCH] gstreamer1.0-libav: Add 'valgrind' config option Martin Jansa
@ 2017-03-15 16:25 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-03-15 16:25 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Otavio Salvador, openembedded-core

FWIW, it still doesn't seem to fully work...

I just got this exact error in my morty build. My packageconfigs are:

PACKAGECONFIG="orc yasm"
PACKAGECONFIG_CONFARGS=" --disable-gpl --enable-orc --disable-valgrind --enable-yasm"


On Thu, Nov 10, 2016 at 03:44:09PM +0100, Martin Jansa wrote:
> From: Otavio Salvador <otavio@ossystems.com.br>
> 
> 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@ossystems.com.br>
> Signed-off-by: Ross Burton <ross.burton@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 363101e..2814a58 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"
>  
> -- 
> 2.10.2
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-15 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-10 14:44 [krogoth][PATCH] gstreamer1.0-libav: Add 'valgrind' config option Martin Jansa
2017-03-15 16:25 ` Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox