summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/h264_altivec_template.c
Commit message (Collapse)AuthorAge
* ppc: fix some unused variable warningsMans Rullgard2012-11-12
| | | | | | | The third argument of OP_U8_ALTIVEC is evaluated at most once so there is no need for a potentially unused temporary variable. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-12