summaryrefslogtreecommitdiff
path: root/libavutil/ppc/timer.h
Commit message (Collapse)AuthorAge
* Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'Michael Niedermayer2013-07-12
|\ | | | | | | | | | | | | | | | | * commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8': configure: Check for support for labels in the inline assembly The timer code is not placed under ifdef as ours does not use labels Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Check for support for labels in the inline assemblyMartin Storsjö2013-07-11
| | | | | | | | | | | | | | Use this for enabling the ppc timer.h implementation only on assemblers that support labels in the inline assembly. Signed-off-by: Martin Storsjö <martin@martin.st>
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Drop local lable from ppc asm timer.Carl Eugen Hoyos2013-06-30
|/ | | | The aix assembler does not support local lables.
* Split libavutil/timer.h per architectureMåns Rullgård2009-04-01
Originally committed as revision 18304 to svn://svn.ffmpeg.org/ffmpeg/trunk