diff options
Diffstat (limited to 'package/imx-vpu/patches/patch-vpu_Makefile')
-rw-r--r-- | package/imx-vpu/patches/patch-vpu_Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
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 |