[FFmpeg-cvslog] r15532 - trunk/configure

diego subversion
Fri Oct 3 02:19:05 CEST 2008


Author: diego
Date: Fri Oct  3 02:19:05 2008
New Revision: 15532

Log:
Stop Sun Studio from issuing a warning during configure when passed
the --version option.
patch by Diego 'Flameeyes' Petten?, flameeyes gmail com


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Oct  3 02:19:05 2008
@@ -1883,7 +1883,7 @@ check_cflags -fno-math-errno
 check_cflags -fno-signed-zeros
 
 # add some flags for Intel C Compiler
-if $cc --version | grep -q Intel; then
+if $cc --version 2> /dev/null | grep -q Intel; then
   # Just warnings, no remarks
   check_cflags -w1
   # -wd: Disable following warnings




More information about the ffmpeg-cvslog mailing list