gst-omx: fix build on ppc64 targets

This commit is contained in:
q66 2018-12-20 18:15:51 +01:00 committed by Helmut Pozimski
parent 7306c86822
commit 959566feb0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ distfiles="${homepage}/src/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=969870e75c1f75c96f8783530e2c2932fc3afbfd976eb0c466f51dae268ea3d4
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|aarch64*)
i686*|x86_64*|aarch64*|ppc64*)
# XXX bellagio target
configure_args=" --with-omx-target=generic"
;;