From d405dddd507f0503e5b10344703406749b1d0762 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 19 Feb 2013 09:40:42 +0100 Subject: [PATCH] allocators: Add .def file with all exports --- win32/common/libgstallocators.def | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 win32/common/libgstallocators.def diff --git a/win32/common/libgstallocators.def b/win32/common/libgstallocators.def new file mode 100644 index 0000000..dfb6411 --- /dev/null +++ b/win32/common/libgstallocators.def @@ -0,0 +1,5 @@ +EXPORTS + gst_dmabuf_allocator_alloc + gst_dmabuf_allocator_obtain + gst_dmabuf_memory_get_fd + gst_is_dmabuf_memory -- 2.7.4