meta-raspberrypi/recipes-multimedia/libav/libav_0.7.4.bbappend
David-John Willis 7dbc0ca110 libav_0.7.4: Add bbappend to fix the build on ARMv6 for now.
* Having to disable armvfp feels VERY wrong so this is not going upstream until I work out why.
2012-04-12 22:19:52 +01:00

9 lines
235 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
PRINC = "1"
SRC_URI_append = " file://libavcodec-ac3dsp_armv6-patch-out-armv7.patch"
EXTRA_OECONF_append_raspberrypi = " \
--cpu=arm1176jzf-s --disable-armvfp --disable-neon \
"