From 75d5156ac1526c732464d11329cd63a0258b1cae Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 7 Feb 2013 21:33:31 +0100 Subject: dsputil: Move ff_svq3 function declarations to a separate header --- libavcodec/h264.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264.c') diff --git a/libavcodec/h264.c b/libavcodec/h264.c index d52b932222..464c40338c 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -39,6 +39,7 @@ #include "golomb.h" #include "mathops.h" #include "rectangle.h" +#include "svq3.h" #include "thread.h" #include "vdpau_internal.h" #include "libavutil/avassert.h" -- cgit v1.2.3