|
|
@ -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 <mike@flyn.org> |
|
|
|
|
|
|
@ -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,,)) |
|
|
|