diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2004-04-28 00:38:08 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2004-04-28 00:38:08 +0000 |
commit | 2b18f4ca9e2984dc6cf9aa0352385242bb761fdc (patch) | |
tree | f876916012addaecb95d94f7dead9085c3e92612 /configure.ac | |
parent | c99e97ef0af36e3f3a081760a7bfdca4cfd7eeeb (diff) | |
download | xine-lib-2b18f4ca9e2984dc6cf9aa0352385242bb761fdc.tar.gz xine-lib-2b18f4ca9e2984dc6cf9aa0352385242bb761fdc.tar.bz2 |
Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these routines as well as the recently synced ffmpeg tree.
CVS patchset: 6454
CVS date: 2004/04/28 00:38:08
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e4b7518f7..cf3ebab0f 100644 --- a/configure.ac +++ b/configure.ac @@ -1660,6 +1660,7 @@ case "$host_or_hostalias" in DEBUG_CFLAGS="-O $cpu_cflags -funroll-loops -funroll-all-loops -finline-functions $DEBUG_CFLAGS" AC_DEFINE_UNQUOTED(FPM_SPARC,,[Define to select libmad fixed point arithmetic implementation]) + AC_DEFINE_UNQUOTED(ARCH_SPARC,,[Define this if you're running SPARC architecture]) ;; sparc-*-solaris*) @@ -1690,7 +1691,9 @@ case "$host_or_hostalias" in cc_optimize_cflags="-O3 $cpu_cflags -funroll-loops -funroll-all-loops -finline-functions" cc_debug_cflags="-O $cpu_cflags -funroll-loops -funroll-all-loops -finline-functions" + AC_DEFINE_UNQUOTED(FPM_SPARC,,[Define to select libmad fixed point arithmetic implementation]) dnl uses gnu c asm extensions + AC_DEFINE_UNQUOTED(ARCH_SPARC,,[Define this if you're running SPARC architecture]) else case `uname -m` in sun4c) cpu_cflags="-xarch=v7 -xchip=ultra2" ;; |