This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Include required headers in {mips,ppc}/mathops.h
Originally committed as revision 19686 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
16 years ago
parent
95f2c769c3
commit
c7312933ce
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavcodec/mips/mathops.h
+2
-1
libavcodec/ppc/mathops.h
+ 2
- 1
libavcodec/mips/mathops.h
View File
@@ -21,7 +21,8 @@
#ifndef AVCODEC_MIPS_MATHOPS_H
#define AVCODEC_MIPS_MATHOPS_H
#include "config.h"
#include <stdint.h>
#include "libavutil/common.h"
#if HAVE_LOONGSON
+ 2
- 1
libavcodec/ppc/mathops.h
View File
@@ -23,7 +23,8 @@
#ifndef AVCODEC_PPC_MATHOPS_H
#define AVCODEC_PPC_MATHOPS_H
#include "config.h"
#include <stdint.h>
#include "libavutil/common.h"
#if HAVE_PPC4XX
/* signed 16x16 -> 32 multiply add accumulate */
Write
Preview
Loading…
Cancel
Save