mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
Remove unnecessary gcc_fixes.h #include.
Originally committed as revision 18384 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
952f18ffe6
commit
7a709548a7
@ -21,9 +21,6 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
#include "libavcodec/dsputil.h"
|
||||
|
||||
#include "gcc_fixes.h"
|
||||
|
||||
#include "dsputil_ppc.h"
|
||||
#include "util_altivec.h"
|
||||
/**
|
||||
|
@ -21,9 +21,6 @@
|
||||
*/
|
||||
|
||||
#include "libavcodec/dsputil.h"
|
||||
|
||||
#include "gcc_fixes.h"
|
||||
|
||||
#include "dsputil_ppc.h"
|
||||
#include "util_altivec.h"
|
||||
|
||||
|
@ -23,9 +23,12 @@
|
||||
** integer misc ops.
|
||||
**/
|
||||
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "config.h"
|
||||
#if HAVE_ALTIVEC_H
|
||||
#include <altivec.h>
|
||||
#endif
|
||||
|
||||
#include "gcc_fixes.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
|
||||
#include "dsputil_altivec.h"
|
||||
|
||||
|
@ -21,8 +21,6 @@
|
||||
|
||||
#include "libavcodec/dsputil.h"
|
||||
|
||||
#include "gcc_fixes.h"
|
||||
|
||||
#include "util_altivec.h"
|
||||
|
||||
// main steps of 8x8 transform
|
||||
|
Loading…
Reference in New Issue
Block a user