gst-omx: fix build on ppc64 targets
This commit is contained in:
parent
7306c86822
commit
959566feb0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue