tg_owt: broken on big endian

This commit is contained in:
q66 2020-12-27 18:47:44 +01:00
parent 3ceed4624b
commit 2b794895a9

View file

@ -26,6 +26,10 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="#errors in audio data parsers"
fi
post_extract() {
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_libyuv_commit}.tar.gz -C ${wrksrc}/src/third_party/libyuv
}