On 06/20/2013 01:19 PM, Alex Smith wrote: > Prevents the selection of the slowest code path on non-Intel CPU's. > Taken from x264 and adapted for use with libav. > --- > libavutil/x86/cpu.c | 46 +++++++++++++++++++++++++++++++++++++++++++++ > libavutil/x86/cpu.h | 1 + > libavutil/x86/cpuid.asm | 50 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 97 insertions(+) >
basically __intel_cpu_indicator and __intel_cpu_indicator_init are weakrefs isn't it? You might fit this kind of code in compat I guess. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
