comparison ppc/fdct_altivec.c @ 2819:4f14a3062d0a libavcodec

10l
author alex
date Fri, 05 Aug 2005 19:15:34 +0000
parents 210cca8f5764
children 0b546eab515d
comparison
equal deleted inserted replaced
2818:cdc7a2341165 2819:4f14a3062d0a
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 19
20 20
21 #include "../common.h" 21 #include "common.h"
22 #include "../dsputil.h" 22 #include "../dsputil.h"
23 #include "dsputil_altivec.h" 23 #include "dsputil_altivec.h"
24 #include "gcc_fixes.h" 24 #include "gcc_fixes.h"
25 25
26 26