diff utils.c @ 2880:4d91f38477ee libavcodec

dont include opt.h in avcodec.h
author michael
date Mon, 12 Sep 2005 18:24:48 +0000
parents d0b61801ea47
children c2cb03ea51ac
line wrap: on
line diff
--- a/utils.c	Mon Sep 12 16:30:47 2005 +0000
+++ b/utils.c	Mon Sep 12 18:24:48 2005 +0000
@@ -28,6 +28,7 @@
 #include "dsputil.h"
 #include "mpegvideo.h"
 #include "integer.h"
+#include "opt.h"
 #include <stdarg.h>
 #include <limits.h>
 #include <float.h>