|
|
@ -8,7 +8,7 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=gst1-plugins-good |
|
|
|
PKG_VERSION:=1.14.4 |
|
|
|
PKG_VERSION:=1.15.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
|
|
|
@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=COPYING |
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION) |
|
|
|
PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-good/ |
|
|
|
PKG_HASH:=5f8b553260cb0aac56890053d8511db1528d53cae10f0287cfce2cb2acc70979 |
|
|
|
PKG_HASH:=b805962a2d777ff6145f6ca2ca8458499c9e23236cbcc41787c69ac51b02c818 |
|
|
|
|
|
|
|
PKG_CONFIG_DEPENDS:= \
|
|
|
|
CONFIG_PACKAGE_gst1-mod-lame \
|
|
|
@ -131,6 +131,8 @@ CONFIGURE_ARGS += \ |
|
|
|
--without-libintl-prefix \
|
|
|
|
--without-x \
|
|
|
|
|
|
|
|
TARGET_CFLAGS += -Wno-incompatible-pointer-types |
|
|
|
|
|
|
|
EXTRA_LDFLAGS+= \
|
|
|
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
|
|
|
$(if $(ICONV_FULL),-liconv) \
|
|
|
|