aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/gcc_fixes.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-01 14:23:36 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-01 14:23:36 +0000
commit7fd7259a3f1c389cc38e9e102ac3b8aa6808456c (patch)
treec7e189396f99b976494eb783c84b71a87bb5fc33 /libavcodec/ppc/gcc_fixes.h
parentcd195f14c6d9a20a932ff94f9d02f470de13cd14 (diff)
downloadffmpeg-7fd7259a3f1c389cc38e9e102ac3b8aa6808456c.tar.gz
Remove const vector macro indirection that is useless and obfuscating
now that the Metrowerks workarounds are gone. Originally committed as revision 10633 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/gcc_fixes.h')
-rw-r--r--libavcodec/ppc/gcc_fixes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ppc/gcc_fixes.h b/libavcodec/ppc/gcc_fixes.h
index 11e2ee14e7..c9c5dd8d66 100644
--- a/libavcodec/ppc/gcc_fixes.h
+++ b/libavcodec/ppc/gcc_fixes.h
@@ -97,6 +97,4 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
#endif
-#define const_vector const vector
-
#endif /* GCC_FIXES_H */