openh264/codec/common
Martin Storsjö 81ac3d2a9b Fix building svc_motion_estimation.S for android
The .align directive takes an argument in number of bits, i.e. the
actual alignment is 2^n. Previously building with binutils failed,
since 16 isn't a valid parameter to .align, the maximum is 15.

Thus, this makes the code try to align to 16 bytes, instead of aligning
to 65536 bytes.

This fixes building for android.

This also clears up the same mistake in the aarch64 code, even though
that one built just fine.
2014-08-15 09:53:42 +03:00
..
arm Add ifdef HAVE_NEON around the contents of arm_arch_common_macro.S 2014-08-15 08:49:31 +03:00
arm64 Fix building svc_motion_estimation.S for android 2014-08-15 09:53:42 +03:00
inc merge level table 2014-08-12 09:28:40 +08:00
src merge level table 2014-08-12 09:28:40 +08:00
x86 Mark the x86 assembly object files as not requiring an executable stack 2014-07-25 00:56:39 +03:00
generate_version.sh version-generate 2014-07-14 23:39:31 -07:00
targets.mk add arm64 MB COPY code and UT 2014-07-08 14:22:14 +08:00