diff options
Diffstat (limited to 'apps/codecs/libffmpegFLAC/SOURCES')
| -rw-r--r-- | apps/codecs/libffmpegFLAC/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libffmpegFLAC/SOURCES b/apps/codecs/libffmpegFLAC/SOURCES index 439a203..5fbc6fd 100644 --- a/apps/codecs/libffmpegFLAC/SOURCES +++ b/apps/codecs/libffmpegFLAC/SOURCES @@ -4,4 +4,6 @@ shndec.c tables.c #if defined(CPU_COLDFIRE) && !defined(SIMULATOR) coldfire.S +#elif defined(CPU_ARM) && !defined(SIMULATOR) +arm.S #endif |