From: Luiz Angelo Daros de Luca Date: Thu, 22 Jan 2015 02:24:18 +0000 (-0200) Subject: gst1-plugins-base: create libgst1allocators pkg X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fc9f7a7b6b9f39a8d5c3a3c6f77a3ce6c89ab1b1;p=feed%2Fpackages.git gst1-plugins-base: create libgst1allocators pkg libgst1allocators was compiled but not packaged. It is needed for v4l2 good plugin Signed-off-by: Luiz Angelo Daros de Luca --- diff --git a/multimedia/gst1-plugins-base/Makefile b/multimedia/gst1-plugins-base/Makefile index bc84030e56..73b2ce16a9 100644 --- a/multimedia/gst1-plugins-base/Makefile +++ b/multimedia/gst1-plugins-base/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-base PKG_VERSION:=1.4.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=W. Michael Petullo @@ -219,6 +219,7 @@ define GstBuildLibrary $$(eval $$(call BuildPackage,libgst1$(1))) endef +$(eval $(call GstBuildLibrary,allocators,allocators,,)) $(eval $(call GstBuildLibrary,app,app,,)) $(eval $(call GstBuildLibrary,audio,audio,tag,)) $(eval $(call GstBuildLibrary,fft,FFT,,))