Skip to content
Snippets Groups Projects
Commit d7bd0b3d authored by Peter Ross's avatar Peter Ross Committed by Diego Biurrun
Browse files

Only define AltiVec vector syntax macro when AltiVec is enabled.

patch by Peter Ross, pross xvid org

Originally committed as revision 14073 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bbdfa06d
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,13 @@
#endif
#endif
#ifdef HAVE_ALTIVEC
#ifdef HAVE_ALTIVEC_VECTOR_BRACES
#define AVV(x...) {x}
#else
#define AVV(x...) (x)
#endif
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment