From f51297f19065e4ab34179e6e1d785b28fb3ad6be Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Sat, 29 Apr 2006 11:13:04 +0000 Subject: [PATCH] Let the user choose the compiler with "CC=xxx ./configure" git-svn-id: svn://svn.videolan.org/x264/trunk@515 df754926-b1dd-0310-bc7b-ec298dee348c --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c62bb015..43a98740 100755 --- a/configure +++ b/configure @@ -54,7 +54,7 @@ vfw="no" vis="no" shared="no" -CC="gcc" +CC="${CC-gcc}" CFLAGS="-Wall -I. -O4 -ffast-math -D__X264__" LDFLAGS="" HAVE_GETOPT_LONG=1 -- 2.40.0