[FFmpeg-cvslog] configure: suncc: Add -xc99 to dependency flags, required on Solaris

Diego Biurrun git at videolan.org
Fri Aug 10 16:31:43 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Aug  9 17:14:32 2012 +0200| [c72f12cbae93671cbd390eb51ce62573b443bf6c] | committer: Diego Biurrun

configure: suncc: Add -xc99 to dependency flags, required on Solaris

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c72f12cbae93671cbd390eb51ce62573b443bf6c
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 241663c..aeb9928 100755
--- a/configure
+++ b/configure
@@ -2196,7 +2196,7 @@ probe_cc(){
         _type=suncc
         _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-)
         _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
-        _DEPFLAGS='-xM1'
+        _DEPFLAGS='-xM1 -xc99'
         _ldflags='-std=c99'
         _cflags_speed='-O5'
         _cflags_size='-O5 -xspace'



More information about the ffmpeg-cvslog mailing list