Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/vlc: needs speexdsp for optional speex support
@ 2018-08-11  8:48 Bernd Kuhls
  2018-08-11 10:36 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2018-08-11  8:48 UTC (permalink / raw)
  To: buildroot

Fixes configure warning:

checking for SPEEX... yes
checking for SPEEXDSP... no
configure: WARNING: Package speexdsp was not found in the pkg-config search path.
Perhaps you should add the directory containing `speexdsp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'speexdsp', required by 'world', not found.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/vlc/vlc.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 56bfdced53..af85377c94 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -381,9 +381,9 @@ else
 VLC_CONF_OPTS += --disable-sdl-image
 endif
 
-ifeq ($(BR2_PACKAGE_SPEEX),y)
+ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
 VLC_CONF_OPTS += --enable-speex
-VLC_DEPENDENCIES += speex
+VLC_DEPENDENCIES += speex speexdsp
 else
 VLC_CONF_OPTS += --disable-speex
 endif
-- 
2.18.0

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

* [Buildroot] [PATCH 1/1] package/vlc: needs speexdsp for optional speex support
  2018-08-11  8:48 [Buildroot] [PATCH 1/1] package/vlc: needs speexdsp for optional speex support Bernd Kuhls
@ 2018-08-11 10:36 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-11 10:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 11 Aug 2018 10:48:55 +0200, Bernd Kuhls wrote:
> Fixes configure warning:
> 
> checking for SPEEX... yes
> checking for SPEEXDSP... no
> configure: WARNING: Package speexdsp was not found in the pkg-config search path.
> Perhaps you should add the directory containing `speexdsp.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'speexdsp', required by 'world', not found.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/vlc/vlc.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-08-11 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-11  8:48 [Buildroot] [PATCH 1/1] package/vlc: needs speexdsp for optional speex support Bernd Kuhls
2018-08-11 10:36 ` Thomas Petazzoni

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