|
@@ -381,9 +381,9 @@ else
|
|
VLC_CONF_OPTS += --disable-sdl-image
|
|
VLC_CONF_OPTS += --disable-sdl-image
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_SPEEX),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
|
|
VLC_CONF_OPTS += --enable-speex
|
|
VLC_CONF_OPTS += --enable-speex
|
|
-VLC_DEPENDENCIES += speex
|
|
|
|
|
|
+VLC_DEPENDENCIES += speex speexdsp
|
|
else
|
|
else
|
|
VLC_CONF_OPTS += --disable-speex
|
|
VLC_CONF_OPTS += --disable-speex
|
|
endif
|
|
endif
|