[x264-devel] mips: Fix out-of-tree build
Kaustubh Raste
git at videolan.org
Mon May 22 00:00:15 CEST 2017
x264 | branch: master | Kaustubh Raste <kaustubh.raste at imgtec.com> | Fri Apr 14 15:47:31 2017 +0530| [959e869c20ea151917695930d9ad0a7a9a2f90c5] | committer: Henrik Gramner
mips: Fix out-of-tree build
Signed-off-by: Kaustubh Raste <kaustubh.raste at imgtec.com>
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=959e869c20ea151917695930d9ad0a7a9a2f90c5
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 2da0fafb..b87a818c 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."
More information about the x264-devel
mailing list