summaryrefslogtreecommitdiffstats
path: root/decoder.arm64.mk
Commit message (Collapse)AuthorAgeFilesLines
* Allow using the clang built-in arm assemblerMartin Storsjo2015-06-251-1/+0
| | | | | | | The arm and armv8 assembly source should now build just fine with clang's built-in assembler. Change-Id: I26d2a74d05e56e6e93457299d4d8ab082368701f
* Remove unnecessary defines/undefines in the makefilesMartin Storsjo2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | The following defines aren't referenced anywhere in the code base: _LIB MULTICORE APPLY_CONCEALMENT THREAD_QUAD_CORE DISABLE_NEONINTR ARMGCC The DEFAULT_ARCH define isn't used within the encoder at all. The ANDROID define isn't referenced anywhere either, and if necessary, the automatically enabled define __ANDROID__ can be used instead. The defines INSERT_LOGO and LOGO_EN were undefined in the makefiles, but that is unnecessary since nothing actually defines them. The decoder x86_64 makefile also undefined LOGO_EN; an architecture specific makefile shouldn't touch such feature settings, otherwise there's a risk that different builds for different architectures behave significantly differently. Change-Id: I13b86c8bf2feb3a381d904a13f18c3b35f40a575
* Set cflags for the right arch in the arm64 makefileMartin Storsjo2015-06-031-1/+1
| | | | Change-Id: I0b7c56670e93b825b95b84d7573b968c51313d2e
* fix file permissionsLajos Molnar2015-05-051-0/+0
| | | | Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
* fix build issues with clangLajos Molnar2015-04-161-0/+4
| | | | | | Disable clang for assembly, and pass include paths to clang-assembly in a clang way Change-Id: Idceb43f22b6fc26ec31de910482cdac62b6bbe86
* Initial versionHamsalekha S2015-04-021-0/+46
Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017