mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 20:00:56 +00:00
mp3lib: use ffmpeg_files/x86_cpu.h
This commit is contained in:
parent
a1f9878c3d
commit
6d6e030a79
@ -30,7 +30,7 @@
|
||||
#include "config.h"
|
||||
#include "mangle.h"
|
||||
#include "mpg123.h"
|
||||
#include "libavutil/x86_cpu.h"
|
||||
#include "ffmpeg_files/x86_cpu.h"
|
||||
|
||||
#ifdef DCT36_OPTIMIZE_FOR_K7
|
||||
void dct36_3dnowex(real *inbuf, real *o1,
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "config.h"
|
||||
#include "mangle.h"
|
||||
#include "mpg123.h"
|
||||
#include "libavutil/x86_cpu.h"
|
||||
#include "ffmpeg_files/x86_cpu.h"
|
||||
|
||||
static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
|
||||
static float attribute_used plus_1f = 1.0;
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "config.h"
|
||||
#include "mangle.h"
|
||||
#include "mpg123.h"
|
||||
#include "libavutil/x86_cpu.h"
|
||||
#include "ffmpeg_files/x86_cpu.h"
|
||||
|
||||
static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
|
||||
static float attribute_used plus_1f = 1.0;
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "config.h"
|
||||
#include "mangle.h"
|
||||
#include "mpg123.h"
|
||||
#include "libavutil/x86_cpu.h"
|
||||
#include "ffmpeg_files/x86_cpu.h"
|
||||
|
||||
void dct64_MMX(short *a,short *b,real *c)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user