From 8a37558c5f62f68235321eb3817e3d55096a9b92 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 7 Jul 2011 22:58:34 +0300 Subject: vo_directx: include for FFMIN 070491f1029ca3d74322146e646d653f9f5dc153 added an use of FFMIN to vo_directx.c but failed to include a header for the macro. Fix. --- libvo/vo_directx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index c9dfdde995..419c0f2b94 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "config.h" #include "video_out.h" #include "video_out_internal.h" -- cgit v1.2.3