mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
parent
2f63830924
commit
e799091c8a
1 changed files with 2 additions and 1 deletions
|
@ -312,9 +312,10 @@ else
|
|||
--enable-optimizations"
|
||||
|
||||
# if we are cross-compiling, tell ffmpeg so
|
||||
target_os=`echo $host_os | sed 's/-gnu//'`
|
||||
if test "x$cross_compiling" = xyes; then
|
||||
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
|
||||
|
||||
case $host_os in
|
||||
|
|
Loading…
Reference in a new issue