From e66149e714006d099d1ebfcca3f22ca74fc7dcf4 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 24 May 2011 10:03:26 -0400 Subject: swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. --- libswscale/swscale_internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 2369546cb7..5f2ff94691 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -475,11 +475,6 @@ extern const AVClass sws_context_class; */ void ff_get_unscaled_swscale(SwsContext *c); -/** - * Returns the SWS_CPU_CAPS for the optimized code compiled into swscale. - */ -int ff_hardcodedcpuflags(void); - /** * Returns function pointer to fastest main scaler path function depending * on architecture and available optimizations. -- cgit v1.2.3