summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/SOURCES16
-rw-r--r--apps/plugins/lib/pluginlib_exit.h4
2 files changed, 0 insertions, 20 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index fa12f94730..1db9896065 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -75,19 +75,3 @@ pluginlib_albumart.c
75#ifdef HAVE_TOUCHSCREEN 75#ifdef HAVE_TOUCHSCREEN
76pluginlib_touchscreen.c 76pluginlib_touchscreen.c
77#endif 77#endif
78
79#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
80
81#ifdef CPU_ARM
82../../codecs/lib/setjmp_arm.S
83#endif
84
85#ifdef CPU_COLDFIRE
86../../codecs/lib/setjmp_cf.S
87#endif
88
89#ifdef CPU_MIPS
90../../codecs/lib/setjmp_mips.S
91#endif
92
93#endif /* PLATFORM_NATIVE */
diff --git a/apps/plugins/lib/pluginlib_exit.h b/apps/plugins/lib/pluginlib_exit.h
index 00cbc8dc7f..8c7f0c437f 100644
--- a/apps/plugins/lib/pluginlib_exit.h
+++ b/apps/plugins/lib/pluginlib_exit.h
@@ -23,11 +23,7 @@
23#define __PLUGINLIB_EXIT_H__ 23#define __PLUGINLIB_EXIT_H__
24 24
25#include "config.h" 25#include "config.h"
26#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
27#include "../../codecs/lib/setjmp.h"
28#else
29#include <setjmp.h> 26#include <setjmp.h>
30#endif
31 27
32#define _PLUGINLIB_EXIT_INIT(atexit) switch(setjmp(__exit_env)) \ 28#define _PLUGINLIB_EXIT_INIT(atexit) switch(setjmp(__exit_env)) \
33 { \ 29 { \