comparison configure @ 10314:87801484302e

cosistency fix with backward compatibility (now lavc's arm optimisations are enabled too!)
author alex
date Fri, 20 Jun 2003 13:18:31 +0000
parents 0b9230d599c5
children fdc349b9bd1d
comparison
equal deleted inserted replaced
10313:b479b224d435 10314:87801484302e
848 _march='' 848 _march=''
849 _mcpu="-mcpu=$proc" 849 _mcpu="-mcpu=$proc"
850 ;; 850 ;;
851 851
852 arm) 852 arm)
853 _def_arch='#define ARCH_ARM 1' 853 _def_arch='#define ARCH_ARMV4L 1'
854 _target_arch='TARGET_ARCH_ARM = yes' 854 _target_arch='TARGET_ARCH_ARMV4L = yes'
855 iproc=arm 855 iproc=arm
856 proc='' 856 proc=''
857 _march='' 857 _march=''
858 _mcpu='' 858 _mcpu=''
859 ;; 859 ;;
5713 */ 5713 */
5714 #ifdef ARCH_POWERPC 5714 #ifdef ARCH_POWERPC
5715 #define ARCH_PPC 1 5715 #define ARCH_PPC 1
5716 #endif 5716 #endif
5717 5717
5718 /* the same issue as with ARCH_POWERPC but with ffmpeg/libavcodec */
5719 #ifdef ARCH_ARMV4L
5720 #define ARCH_ARM 1
5721 #endif
5722
5718 /* Define this for Cygwin build for win32 */ 5723 /* Define this for Cygwin build for win32 */
5719 $_def_confwin32 5724 $_def_confwin32
5720 5725
5721 /* Define this to any prefered value from 386 up to infinity with step 100 */ 5726 /* Define this to any prefered value from 386 up to infinity with step 100 */
5722 #define __CPU__ $iproc 5727 #define __CPU__ $iproc