Commit 32c836cb authored by James Almer's avatar James Almer

x86/vp9: remove duplicate function prototypes

Fixes "redundant redeclaration" warnings.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 13306dde
......@@ -296,13 +296,6 @@ ipred_dir_tm_h_funcs(32, avx);
ipred_func(32, v, avx);
ipred_func(32, dc, avx2);
ipred_func(32, dc_left, avx2);
ipred_func(32, dc_top, avx2);
ipred_func(32, v, avx2);
ipred_func(32, h, avx2);
ipred_func(32, tm, avx2);
ipred_dc_funcs(32, avx2);
ipred_func(32, h, avx2);
ipred_func(32, tm, avx2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment