[x264-devel] [PATCH] Fix build for mips when SRCPATH is different
Luca Barbato
lu_zero at gentoo.org
Fri Apr 14 14:54:27 CEST 2017
On 14/04/2017 11:59, Kaustubh Raste wrote:
> 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."
>
Looks fine.
More information about the x264-devel
mailing list