Correct the metadata's VBR flag for MP4 files. ALAC is native VBR, AAC very unlikely...
[kugel-rb.git] / lib / libsetjmp / SOURCES
blobaa0ac46a2345d906533f2044082bef35c27787d8
1 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
3 #ifdef CPU_ARM
4 arm/setjmp.S
5 #endif
7 #ifdef CPU_COLDFIRE
8 m68k/setjmp.S
9 #endif
11 #ifdef CPU_SH
12 sh/setjmp.S
13 #endif
15 #ifdef CPU_MIPS
16 mips/setjmp.S
17 #endif
19 #endif