summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib_aux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib_aux.pl')
-rwxr-xr-xapps/plugins/lua/rocklib_aux.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib_aux.pl b/apps/plugins/lua/rocklib_aux.pl
index c059801b8b..542a928a12 100755
--- a/apps/plugins/lua/rocklib_aux.pl
+++ b/apps/plugins/lua/rocklib_aux.pl
@@ -53,6 +53,7 @@ my @ported_functions;
53my @forbidden_functions = ('^open$', 53my @forbidden_functions = ('^open$',
54 '^open_utf8$', 54 '^open_utf8$',
55 '^close$', 55 '^close$',
56 'dcache',
56 '^read$', 57 '^read$',
57 '^write$', 58 '^write$',
58 '^mkdir$', 59 '^mkdir$',
@@ -101,7 +102,13 @@ my @forbidden_functions = ('^open$',
101 '^pcm_(set_frequency|calculate_peaks)$', 102 '^pcm_(set_frequency|calculate_peaks)$',
102 '^sound_(set|current|default|min|max|unit|pitch|val2phys)$', 103 '^sound_(set|current|default|min|max|unit|pitch|val2phys)$',
103 '^mixer_(set|get)_frequency$', 104 '^mixer_(set|get)_frequency$',
105 '^rock_plugin_get_current_filename$',
106 '^plugin_release_audio_buffer$',
107 '^reload_directory$',
108 '^set_current_file$',
109 '^set_dirfilter$',
104 '^(trigger|cancel)_cpu_boost$', 110 '^(trigger|cancel)_cpu_boost$',
111 '^thread_',
105 '^round_value_to_list32$'); 112 '^round_value_to_list32$');
106 113
107my $rocklib = sprintf("%s/rocklib.c", $ARGV[0]); 114my $rocklib = sprintf("%s/rocklib.c", $ARGV[0]);