[SCM] libav/experimental: Remove Metrowerks compiler workaround.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:07:44 UTC 2013


The following commit has been merged in the experimental branch:
commit cd195f14c6d9a20a932ff94f9d02f470de13cd14
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Oct 1 14:16:07 2007 +0000

    Remove Metrowerks compiler workaround.
    
    Originally committed as revision 10632 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ppc/gcc_fixes.h b/libavcodec/ppc/gcc_fixes.h
index 7c7f5cc..11e2ee1 100644
--- a/libavcodec/ppc/gcc_fixes.h
+++ b/libavcodec/ppc/gcc_fixes.h
@@ -97,11 +97,6 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
 
 #endif
 
-#ifndef __MWERKS__
 #define const_vector const vector
-#else
-#define const_vector vector
-#define AVV
-#endif
 
 #endif /* GCC_FIXES_H */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list