[SCM] libav/experimental: try to stop people blindly using --cross-compile

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:08 UTC 2013


The following commit has been merged in the experimental branch:
commit c7ae634596ed0b41a2e90081992d1bf4d618e231
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed Sep 27 20:30:23 2006 +0000

    try to stop people blindly using --cross-compile
    
    Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 4378e85..bddaf65 100755
--- a/configure
+++ b/configure
@@ -1140,6 +1140,7 @@ if test "$?" != 0; then
     echo "$cc is unable to create an executable file."
     if test -z "$cross_prefix" -a "$cross_compile" = no; then
         echo "If $cc is a cross-compiler, use the --cross-compile option."
+        echo "Only do this if you know what cross compiling means."
     fi
     die "C compiler test failed."
 fi

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list