summaryrefslogtreecommitdiff
path: root/libavutil/ppc/util_altivec.h
Commit message (Collapse)AuthorAge
* ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun2013-04-30
| | | | This prevents non-AltiVec-enabled compilers from choking.
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
This will allow for easier implementation of Altivec functions in libraries other than libavcodec.