diff options
Diffstat (limited to 'win32/xineutils.def')
-rw-r--r-- | win32/xineutils.def | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/win32/xineutils.def b/win32/xineutils.def new file mode 100644 index 000000000..a5aa4a21d --- /dev/null +++ b/win32/xineutils.def @@ -0,0 +1,43 @@ +;------------------------------------------------------------
+; LIBXINEUTILS DLL DEFINITIONS FILE
+
+EXPORTS
+
+xine_fast_memcpy
+xine_probe_fast_memcpy
+
+xine_mm_accel
+
+;xine_profiler_init
+;xine_profiler_allocate_slot
+;xine_profiler_start_count
+;xine_profiler_stop_count
+;xine_profiler_print_results
+
+xine_xmalloc
+
+xine_xmalloc_aligned
+xine_get_homedir
+
+xine_print_trace
+
+xine_chomp
+xine_usec_sleep
+
+xine_profiler_stop_count
+xine_profiler_start_count
+xine_profiler_allocate_slot
+
+xine_list_new
+xine_list_first_content
+xine_list_next_content
+xine_list_append_content
+xine_list_append_priority_content
+xine_list_delete_current
+xine_list_free
+
+init_yuv_conversion
+
+xml_parser_free_tree
+xml_parser_build_tree
+xml_parser_init
\ No newline at end of file |