summaryrefslogtreecommitdiff
path: root/package/imx-vpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-26 16:14:37 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-26 16:17:27 -0500
commita8c559b6763e36058049d99a807509698d3a2da9 (patch)
treedc0f3cd375393cbbb6051dc88544dbed6b3922e8 /package/imx-vpu
parent8f0380c6c24744b466eb25e92096567e374ee86b (diff)
update imx libraries
Diffstat (limited to 'package/imx-vpu')
-rw-r--r--package/imx-vpu/Makefile6
-rw-r--r--package/imx-vpu/patches/patch-vpu_Makefile13
2 files changed, 6 insertions, 13 deletions
diff --git a/package/imx-vpu/Makefile b/package/imx-vpu/Makefile
index 3a8855962..5ff9ffc05 100644
--- a/package/imx-vpu/Makefile
+++ b/package/imx-vpu/Makefile
@@ -4,10 +4,10 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= imx-vpu
-PKG_VERSION:= 3.10.31-1.1.0-beta
+PKG_VERSION:= 5.4.28
PKG_RELEASE:= 1
-PKG_HASH:= 22d0542bd4d7beb88084575c834bf9045c8e2acc43acdd2ec4e0e5534b4b9c5e
-PKG_DESCR:= IMX VPU library (Freescale)
+PKG_HASH:= 0a05af1a5978175de852b2cf61763ec789f2845df78edb8d02a28611439b57f7
+PKG_DESCR:= imx vpu library
PKG_DEPENDS:= firmware-imx
PKG_SECTION:= libs/video
PKG_URL:= http://www.freescale.com/
diff --git a/package/imx-vpu/patches/patch-vpu_Makefile b/package/imx-vpu/patches/patch-vpu_Makefile
index e4698f8e7..f5d6ea1eb 100644
--- a/package/imx-vpu/patches/patch-vpu_Makefile
+++ b/package/imx-vpu/patches/patch-vpu_Makefile
@@ -1,6 +1,6 @@
---- imx-vpu-3.10.17-1.0.0.orig/vpu/Makefile 2014-01-16 15:27:33.000000000 +0100
-+++ imx-vpu-3.10.17-1.0.0/vpu/Makefile 2014-08-27 08:43:40.116737574 +0200
-@@ -21,19 +21,19 @@ endif
+--- imx-vpu-5.4.28.orig/vpu/Makefile 2015-02-13 12:28:52.000000000 -0600
++++ imx-vpu-5.4.28/vpu/Makefile 2015-05-26 13:49:42.053647148 -0500
+@@ -22,13 +22,13 @@ endif
all: $(LIBNAME).so $(LIBNAME).a
install: install_headers
@@ -19,10 +19,3 @@
else
all install :
endif
-
- %.o: %.c
-- $(CC) -D$(PLATFORM) -Wall -O2 -fPIC -c $^ -o $@
-+ $(CC) -D$(PLATFORM) $(CFLAGS) -fPIC -c $^ -o $@
-
- $(LIBNAME).so.$(SONAMEVERSION): $(OBJ)
- $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -lpthread