From 93866c2aa2514649622ae32b6cacaf62473a9e20 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 11 Oct 2015 17:43:29 -0400 Subject: intmath: remove av_ctz. It's a non-installed header and only used in one place (flacenc). Since ff_ctz is static inline, it's fine to use that instead. --- libavutil/intmath.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavutil/intmath.c') diff --git a/libavutil/intmath.c b/libavutil/intmath.c index 1f725c741f..b0c00e1cad 100644 --- a/libavutil/intmath.c +++ b/libavutil/intmath.c @@ -32,8 +32,3 @@ int av_log2_16bit(unsigned v) { return ff_log2_16bit(v); } - -int av_ctz(int v) -{ - return ff_ctz(v); -} -- cgit v1.2.3