openh264/codec/common/arm
Martin Storsjö f69c9074e7 Add ifdef HAVE_NEON around the contents of arm_arch_common_macro.S
This file is built on its own from within the xcode projects,
even though it isn't necessary. Previously its contents was just
empty, but now a .syntax unified was added, which failed the build
when building for arm64.

Make this file a no-op, just like the other arm assembly source files,
unless HAVE_NEON is defined.
2014-08-15 08:49:31 +03:00
..
arm_arch_common_macro.S Add ifdef HAVE_NEON around the contents of arm_arch_common_macro.S 2014-08-15 08:49:31 +03:00
copy_mb_neon.S Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
deblocking_neon.S Explicitly add .syntax unified when building for iOS 2014-08-08 14:09:37 +03:00
expand_picture_neon.S Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
mc_neon.S Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00