summaryrefslogtreecommitdiff
path: root/win32/xineutils.def
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-04-20 16:42:06 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-04-20 16:42:06 +0000
commitce4f3efd78c110c015c54eab05f201d1caac5f8d (patch)
tree668c555d5de70518b93426f45fe3e44d7f06663c /win32/xineutils.def
parent80f6215b607f0ed76f7f75deaf4e4668bc6f244d (diff)
downloadxine-lib-ce4f3efd78c110c015c54eab05f201d1caac5f8d.tar.gz
xine-lib-ce4f3efd78c110c015c54eab05f201d1caac5f8d.tar.bz2
importing win32 contrib sources and msvc build environment
CVS patchset: 4641 CVS date: 2003/04/20 16:42:06
Diffstat (limited to 'win32/xineutils.def')
-rw-r--r--win32/xineutils.def43
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