build: Drop support for legacy TI ARM compiler

This commit is contained in:
Diego Biurrun
2017-09-24 14:24:02 +02:00
parent 2708c8e8ef
commit 0af8a72174
4 changed files with 1 additions and 96 deletions

View File

@@ -183,7 +183,7 @@ typedef union {
* by per-arch headers.
*/
#if defined(__GNUC__) && !defined(__TI_COMPILER_VERSION__)
#if defined(__GNUC__)
union unaligned_64 { uint64_t l; } __attribute__((packed)) av_alias;
union unaligned_32 { uint32_t l; } __attribute__((packed)) av_alias;