vo_directx: include <libavutil/common.h> for FFMIN

070491f102 added an use of FFMIN to
vo_directx.c but failed to include a header for the macro. Fix.
This commit is contained in:
Uoti Urpala 2011-07-07 22:58:34 +03:00
parent c56dfab597
commit 8a37558c5f
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <libavutil/common.h>
#include "config.h"
#include "video_out.h"
#include "video_out_internal.h"