From 0f4e816582bd7e75ad384103fa5440ef6ed87530 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 2 Jul 2007 07:43:23 +0000 Subject: to be able to compile without HAVE_AV_CONFIG_H patch by Ronald S. Bultje: [rsbultje gmail com] original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation date: 06/23/2007 03:15 AM Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 15ce4acf02..7d983515d9 100644 --- a/ffplay.c +++ b/ffplay.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include +#include #include "avformat.h" #include "swscale.h" #include "avstring.h" -- cgit v1.2.3