summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-20 13:18:31 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-20 13:18:31 +0000
commit7b54872d6c52a736a16c670930e3b538b95d7382 (patch)
tree167fa12afb94ae8fc3878881d0ad7613f3e20627 /configure
parentc34a7dc93aa7153437550134854e53901f6cbe55 (diff)
downloadmpv-7b54872d6c52a736a16c670930e3b538b95d7382.tar.bz2
mpv-7b54872d6c52a736a16c670930e3b538b95d7382.tar.xz
cosistency fix with backward compatibility (now lavc's arm optimisations are enabled too!)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10315 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure b/configure
index 01bb31e926..afe6a206c0 100755
--- a/configure
+++ b/configure
@@ -850,8 +850,8 @@ EOF
;;
arm)
- _def_arch='#define ARCH_ARM 1'
- _target_arch='TARGET_ARCH_ARM = yes'
+ _def_arch='#define ARCH_ARMV4L 1'
+ _target_arch='TARGET_ARCH_ARMV4L = yes'
iproc=arm
proc=''
_march=''
@@ -5715,6 +5715,11 @@ $_def_arch
#define ARCH_PPC 1
#endif
+/* the same issue as with ARCH_POWERPC but with ffmpeg/libavcodec */
+#ifdef ARCH_ARMV4L
+#define ARCH_ARM 1
+#endif
+
/* Define this for Cygwin build for win32 */
$_def_confwin32