gst-fsl-plugins: bump version to 4.0.2
This patch is based on the Yocto equivalent:
730b7ca5d2
This package has been tested using the following commands:
# gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm
# gst-launch-0.10 filesrc location=/root/tears_of_steel_1080p.webm ! \
matroskademux ! vpudec ! autovideosink
# gst-launch-0.10 filesrc location=/root/tears_of_steel_1080p.webm ! \
matroskademux ! vpudec ! mfw_isink
# gst-launch-0.10 imxv4l2src ! autovideosink
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9188310928
commit
cf448c4fe5
@ -25,7 +25,7 @@ index 5968eb6..1a31a06 100755
|
||||
fi
|
||||
AC_SUBST(VPU_LIBS)
|
||||
|
||||
@@ -176,15 +176,15 @@ AC_SUBST(RT_CFLAGS)
|
||||
@@ -176,14 +176,14 @@ AC_SUBST(RT_CFLAGS)
|
||||
AC_SUBST(RT_LIBS)
|
||||
|
||||
FSL_MM_CORE_CFLAGS=`$PKG_CONFIG --cflags libfslaudiocodec 2>/dev/null`
|
||||
@ -40,10 +40,8 @@ index 5968eb6..1a31a06 100755
|
||||
FSL_MM_CORE_LIBS=`$PKG_CONFIG --libs libfslaudiocodec 2>/dev/null`
|
||||
-FSL_MM_CORE_LIBS+=`$PKG_CONFIG --libs libfslvideocodec 2>/dev/null`
|
||||
-FSL_MM_CORE_LIBS+=`$PKG_CONFIG --libs libfslparser 2>/dev/null`
|
||||
-FSL_MM_CORE_LIBS+=`$PKG_CONFIG --libs libfslvpuwrap 2>/dev/null`
|
||||
+FSL_MM_CORE_LIBS="$FSL_MM_CORE_LIBS `$PKG_CONFIG --libs libfslvideocodec 2>/dev/null`"
|
||||
+FSL_MM_CORE_LIBS="$FSL_MM_CORE_LIBS `$PKG_CONFIG --libs libfslparser 2>/dev/null`"
|
||||
+FSL_MM_CORE_LIBS="$FSL_MM_CORE_LIBS `$PKG_CONFIG --libs libfslvpuwrap 2>/dev/null`"
|
||||
AC_SUBST(FSL_MM_CORE_LIBS)
|
||||
|
||||
EXTRAPLATFORMCFLAGS="-DARM -D_GNUC_"
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST_FSL_PLUGINS_VERSION = 3.0.11
|
||||
GST_FSL_PLUGINS_VERSION = 4.0.2
|
||||
GST_FSL_PLUGINS_SITE = $(FREESCALE_IMX_SITE)
|
||||
|
||||
# Most is LGPLv2+, but some sources are copied from upstream and are
|
||||
|
Loading…
Reference in New Issue
Block a user