Procházet zdrojové kódy

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 <luizluca@gmail.com>
Luiz Angelo Daros de Luca před 10 roky
rodič
revize
fc9f7a7b6b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      multimedia/gst1-plugins-base/Makefile

+ 2
- 1
multimedia/gst1-plugins-base/Makefile Zobrazit soubor

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=gst1-plugins-base
11 11
 PKG_VERSION:=1.4.4
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13 13
 
14 14
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
15 15
 
@@ -219,6 +219,7 @@ define GstBuildLibrary
219 219
   $$(eval $$(call BuildPackage,libgst1$(1)))
220 220
 endef
221 221
 
222
+$(eval $(call GstBuildLibrary,allocators,allocators,,))
222 223
 $(eval $(call GstBuildLibrary,app,app,,))
223 224
 $(eval $(call GstBuildLibrary,audio,audio,tag,))
224 225
 $(eval $(call GstBuildLibrary,fft,FFT,,))