packages (AC-branch): ffmpeg/ffmpeg-gcc3.patch (NEW) - disable compiler war...

glen glen at pld-linux.org
Fri Jun 26 03:01:10 CEST 2009


Author: glen                         Date: Fri Jun 26 01:01:10 2009 GMT
Module: packages                      Tag: AC-branch
---- Log message:
- disable compiler warning output (yes it's slow)

---- Files affected:
packages/ffmpeg:
   ffmpeg-gcc3.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ffmpeg/ffmpeg-gcc3.patch
diff -u /dev/null packages/ffmpeg/ffmpeg-gcc3.patch:1.1.2.1
--- /dev/null	Fri Jun 26 03:01:10 2009
+++ packages/ffmpeg/ffmpeg-gcc3.patch	Fri Jun 26 03:01:03 2009
@@ -0,0 +1,19 @@
+--- ffmpeg-export-2007-10-09/libavcodec/dsputil.c~	2007-09-30 01:31:18.000000000 +0300
++++ ffmpeg-export-2007-10-09/libavcodec/dsputil.c	2009-06-26 03:35:01.209250659 +0300
+@@ -3827,6 +3827,8 @@
+ }
+ 
+ int ff_check_alignment(void){
++#if __GNUC__ == 3 && __GNUC_MINOR__ == 3
++#else
+     static int did_fail=0;
+     DECLARE_ALIGNED_16(int, aligned);
+ 
+@@ -3843,6 +3845,7 @@
+         }
+         return -1;
+     }
++#endif
+     return 0;
+ }
+ 
================================================================


More information about the pld-cvs-commit mailing list