mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/gst1-libav: fix syntax error
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3da4e07ff9
commit
4b6dcccdb6
@@ -83,7 +83,7 @@ else
|
||||
GST1_LIBAV_CONF_EXTRA_OPTS += --disable-vfp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_POWERPC_CPU_HASH_ALTIVEC),y)
|
||||
ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
|
||||
GST1_LIBAV_CONF_EXTRA_OPTS += --enable-altivec
|
||||
else
|
||||
GST1_LIBAV_CONF_EXTRA_OPTS += --disable-altivec
|
||||
|
||||
Reference in New Issue
Block a user