[x264-devel] [PATCH] Fix build for mips when SRCPATH is different

Kaustubh Raste kaustubh.raste at imgtec.com
Fri Apr 14 11:59:31 CEST 2017


Signed-off-by: Kaustubh Raste <kaustubh.raste at imgtec.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 293d008..a06c8d2 100755
--- a/configure
+++ b/configure
@@ -1512,7 +1512,7 @@ cat conftest.log >> config.log
 cat conftest.log
 
 [ "$SRCPATH" != "." ] && ln -sf ${SRCPATH}/Makefile ./Makefile
-mkdir -p common/{aarch64,arm,ppc,x86} encoder extras filters/video input output tools
+mkdir -p common/{aarch64,arm,mips,ppc,x86} encoder extras filters/video input output tools
 
 echo
 echo "You can run 'make' or 'make fprofiled' now."
-- 
2.7.4



More information about the x264-devel mailing list