summaryrefslogtreecommitdiff
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0012-Remove-phymem-allocator-from-base-to-bad.patch
blob: 5d3aaf94e868fea5fca2bfdc68876f403a8fc30c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From 2ad9aa1c62ff7b7772862ace35dd03bfae3f0fce Mon Sep 17 00:00:00 2001
From: Haihua Hu <jared.hu@nxp.com>
Date: Thu, 25 May 2017 11:31:46 +0800
Subject: [PATCH 16/16] Remove phymem allocator from base to bad

Upstream-Status: Inappropriate [i.MX specific]
---
 gst-libs/gst/allocators/Makefile.am | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gst-libs/gst/allocators/Makefile.am b/gst-libs/gst/allocators/Makefile.am
index 1955436..1c5680b 100644
--- a/gst-libs/gst/allocators/Makefile.am
+++ b/gst-libs/gst/allocators/Makefile.am
@@ -5,8 +5,7 @@ libgstallocators_@GST_API_VERSION@_includedir = $(includedir)/gstreamer-@GST_API
 libgstallocators_@GST_API_VERSION@_include_HEADERS = \
 	allocators.h \
 	gstfdmemory.h \
-	gstdmabuf.h \
-	gstallocatorphymem.h
+	gstdmabuf.h
 
 if USE_ION
 libgstallocators_@GST_API_VERSION@_include_HEADERS += \
@@ -17,8 +16,7 @@ noinst_HEADERS =
 
 libgstallocators_@GST_API_VERSION@_la_SOURCES = \
 	gstfdmemory.c \
-	gstdmabuf.c \
-	gstallocatorphymem.c
+	gstdmabuf.c
 
 if USE_ION
 libgstallocators_@GST_API_VERSION@_la_SOURCES += \
-- 
1.9.1