mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 09:57:34 +00:00
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
This commit is contained in:
parent
c34a7dc93a
commit
7b54872d6c
9
configure
vendored
9
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user