]> granicus.if.org Git - libx264/commitdiff
Let the user choose the compiler with "CC=xxx ./configure"
authorEric Petit <titer@videolan.org>
Sat, 29 Apr 2006 11:13:04 +0000 (11:13 +0000)
committerEric Petit <titer@videolan.org>
Sat, 29 Apr 2006 11:13:04 +0000 (11:13 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@515 df754926-b1dd-0310-bc7b-ec298dee348c

configure

index c62bb015a784e8c2a05f87d91a0dc6aef555f18b..43a987404498e70382efc13d9515eaa0b6d138de 100755 (executable)
--- 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