diff options
Diffstat (limited to 'win32/xineutils.def')
-rw-r--r-- | win32/xineutils.def | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/win32/xineutils.def b/win32/xineutils.def deleted file mode 100644 index 1acfce199..000000000 --- a/win32/xineutils.def +++ /dev/null @@ -1,45 +0,0 @@ -;------------------------------------------------------------
-; 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
-
-basename
|