mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
imx-vpu: update to imx-vpu-5.4.27
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
133e643389
commit
be672531ca
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="imx-vpu"
|
||||
PKG_VERSION="3.10.17-1.0.0"
|
||||
PKG_VERSION="5.4.27"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="other"
|
||||
|
@ -1,21 +0,0 @@
|
||||
diff -Naur imx-lib-3.5.7-1.0.0/vpu/Makefile imx-lib-3.5.7-1.0.0.patch/vpu/Makefile
|
||||
--- imx-lib-3.5.7-1.0.0/vpu/Makefile 2013-06-21 15:22:18.000000000 +0200
|
||||
+++ imx-lib-3.5.7-1.0.0.patch/vpu/Makefile 2014-01-13 08:07:56.431868081 +0100
|
||||
@@ -1,6 +1,8 @@
|
||||
CC=$(CROSS_COMPILE)gcc
|
||||
AR=$(CROSS_COMPILE)ar
|
||||
|
||||
+CFLAGS := -Wall -O2
|
||||
+
|
||||
# list of platforms which want this test case
|
||||
INCLUDE_LIST:= IMX27ADS IMX51 IMX53 IMX6Q
|
||||
|
||||
@@ -33,7 +35,7 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user