Skip to content

Commit

Permalink
Linux Build: Add target architecture to MLT (allows to cross-compile …
Browse files Browse the repository at this point in the history
…32bit binaries)
  • Loading branch information
morevnaproject committed Oct 25, 2014
1 parent 8c8da91 commit ef4e2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobuild/fedora-crosscompile-linux.sh
Expand Up @@ -998,7 +998,7 @@ if [ ! -f ${PREFIX}/../${PKG_NAME}-${PKG_VERSION}.done ]; then
./configure \
--host=${HOST} --prefix=${PREFIX} --includedir=${PREFIX}/include \
--avformat-shared=${PREFIX}/ \
--enable-sdl \
--target-arch=${RPM_ARCH} \
--enable-gpl --disable-decklink \
$DEBUG

Expand Down

0 comments on commit ef4e2bc

Please sign in to comment.