From a0e2f24f18352c56171c2fe247559467fe190d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 3 Nov 2016 21:34:45 +0000 Subject: [PATCH] win32: add new API to .def file Fixes make check and make distcheck --- win32/common/libgstallocators.def | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/common/libgstallocators.def b/win32/common/libgstallocators.def index 25f1480e0f..c78636feeb 100644 --- a/win32/common/libgstallocators.def +++ b/win32/common/libgstallocators.def @@ -1,5 +1,6 @@ EXPORTS gst_dmabuf_allocator_alloc + gst_dmabuf_allocator_get_type gst_dmabuf_allocator_new gst_dmabuf_memory_get_fd gst_fd_allocator_alloc