From: Luiz Angelo Daros de Luca Date: Mon, 2 Mar 2015 00:36:59 +0000 (-0300) Subject: gst1-plugins-bad: add shmsrc/sink X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f8ec4d90d6efc557d58c502f79909e46394c1dd6;p=feed%2Fpackages.git gst1-plugins-bad: add shmsrc/sink This adds POSIX shared memory source and sink plugin Signed-off-by: Luiz Angelo Daros de Luca --- diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index f910017a96..7ee774a95a 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2014 OpenWrt.org +# Copyright (C) 2011-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-bad PKG_VERSION:=1.4.4 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_MAINTAINER:=W. Michael Petullo @@ -261,6 +261,7 @@ $(eval $(call GstBuildPlugin,rawparse,rawparse support,audio video,,)) $(eval $(call GstBuildPlugin,rfbsrc,librfb support,video,,)) $(eval $(call GstBuildPlugin,sdpelem,sdp support,rtp sdp,,)) $(eval $(call GstBuildPlugin,segmentclip,segmentclip support,audio,,)) +$(eval $(call GstBuildPlugin,shm,POSIX shared memory source and sink,,,+librt)) $(eval $(call GstBuildPlugin,siren,siren support,audio rtp,,)) $(eval $(call GstBuildPlugin,speed,speed support,audio,,)) $(eval $(call GstBuildPlugin,subenc,subenc support,controller,,))