|
|
@@ -43,7 +43,7 @@ RESAMPLE_FUNCS(float, fma3); |
|
|
|
RESAMPLE_FUNCS(float, fma4); |
|
|
|
RESAMPLE_FUNCS(double, sse2); |
|
|
|
|
|
|
|
void swri_resample_dsp_x86_init(ResampleContext *c) |
|
|
|
av_cold void swri_resample_dsp_x86_init(ResampleContext *c) |
|
|
|
{ |
|
|
|
int av_unused mm_flags = av_get_cpu_flags(); |
|
|
|
|
|
|
|