Do not include log.h in avutil.h

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2011-07-03 21:42:07 +01:00
parent d49ea4afb4
commit abc78a5a7c
12 changed files with 11 additions and 1 deletions
-1
View File
@@ -121,6 +121,5 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
#include "common.h"
#include "error.h"
#include "log.h"
#endif /* AVUTIL_AVUTIL_H */
+1
View File
@@ -28,6 +28,7 @@
#include "avutil.h"
#include "eval.h"
#include "log.h"
typedef struct Parser {
const AVClass *class;
+1
View File
@@ -17,6 +17,7 @@
*/
#include "file.h"
#include "log.h"
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
+1
View File
@@ -23,6 +23,7 @@
#include "imgutils.h"
#include "internal.h"
#include "log.h"
#include "pixdesc.h"
void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],
+1
View File
@@ -30,6 +30,7 @@
#include "opt.h"
#include "eval.h"
#include "dict.h"
#include "log.h"
#if FF_API_FIND_OPT
//FIXME order them and do a bin search
+1
View File
@@ -28,6 +28,7 @@
#include "avstring.h"
#include "avutil.h"
#include "eval.h"
#include "log.h"
#include "random_seed.h"
#include "parseutils.h"