Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-03-22 16:07:15 +0300
committerLuca Barbato <lu_zero@gentoo.org>2011-03-23 03:23:21 +0300
commit15c5156d245af4c16ac4b1895495818ecdda2e41 (patch)
treeb0a8fbf685e06c6b2e8acd0f97d7bb2881cfe004 /configure
parenta96c176aed2ef7924941d690d6c3107ffe35c4cd (diff)
configure: Set the correct lib target for arm/wince dlltool
The correct machine name for dlltool is arm-wince. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 19b9f9842d..00aa9ed9da 100755
--- a/configure
+++ b/configure
@@ -2407,7 +2407,7 @@ case $target_os in
enable malloc_aligned
LIBTARGET="i386:x86-64"
elif enabled arm; then
- LIBTARGET=arm
+ LIBTARGET=arm-wince
fi
shlibdir_default="$bindir_default"
disable ffserver