summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer')
-rw-r--r--apps/plugins/mpegplayer/libmpeg2/idct_arm.S2
-rw-r--r--apps/plugins/mpegplayer/libmpeg2/idct_armv6.S2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/libmpeg2/idct_arm.S b/apps/plugins/mpegplayer/libmpeg2/idct_arm.S
index 90eb5031c7..8ff7c90629 100644
--- a/apps/plugins/mpegplayer/libmpeg2/idct_arm.S
+++ b/apps/plugins/mpegplayer/libmpeg2/idct_arm.S
@@ -21,6 +21,8 @@
21 21
22#include "config.h" 22#include "config.h"
23 23
24 .syntax unified
25
24 .global mpeg2_idct_copy 26 .global mpeg2_idct_copy
25 .type mpeg2_idct_copy, %function 27 .type mpeg2_idct_copy, %function
26 .global mpeg2_idct_add 28 .global mpeg2_idct_add
diff --git a/apps/plugins/mpegplayer/libmpeg2/idct_armv6.S b/apps/plugins/mpegplayer/libmpeg2/idct_armv6.S
index a259721410..ad28cefcf2 100644
--- a/apps/plugins/mpegplayer/libmpeg2/idct_armv6.S
+++ b/apps/plugins/mpegplayer/libmpeg2/idct_armv6.S
@@ -21,6 +21,8 @@
21 21
22#include "config.h" 22#include "config.h"
23 23
24 .syntax unified
25
24 .global mpeg2_idct_copy 26 .global mpeg2_idct_copy
25 .type mpeg2_idct_copy, %function 27 .type mpeg2_idct_copy, %function
26 .global mpeg2_idct_add 28 .global mpeg2_idct_add