mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
parent
2f63830924
commit
e799091c8a
1 changed files with 2 additions and 1 deletions
|
@ -312,9 +312,10 @@ else
|
||||||
--enable-optimizations"
|
--enable-optimizations"
|
||||||
|
|
||||||
# if we are cross-compiling, tell ffmpeg so
|
# if we are cross-compiling, tell ffmpeg so
|
||||||
|
target_os=`echo $host_os | sed 's/-gnu//'`
|
||||||
if test "x$cross_compiling" = xyes; then
|
if test "x$cross_compiling" = xyes; then
|
||||||
embffmpeg_configure_args="$embffmpeg_configure_args --enable-cross-compile \
|
embffmpeg_configure_args="$embffmpeg_configure_args --enable-cross-compile \
|
||||||
--target-os=$host_os --arch=$host_cpu --cross-prefix=$host_alias-"
|
--target-os=$target_os --arch=$host_cpu --cross-prefix=$host_alias-"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $host_os in
|
case $host_os in
|
||||||
|
|
Loading…
Reference in a new issue