Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'

* commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec':
  avutil: remove timer.h include from internal.h

Conflicts:
	libavcodec/ffv1dec.c
	libavutil/internal.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-01-26 01:39:33 +01:00
12 changed files with 11 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
#include "common.h"
#include "aes.h"
#include "intreadwrite.h"
#include "timer.h"
typedef union {
uint64_t u64[2];

View File

@@ -27,6 +27,7 @@
#include "common.h"
#include "base64.h"
#include "intreadwrite.h"
#include "timer.h"
/* ---------------- private code */
static const uint8_t map2[256] =

View File

@@ -35,6 +35,7 @@
#include "mathematics.h"
#include "time.h"
#include "avstring.h"
#include "timer.h"
typedef struct Parser {
const AVClass *class;

View File

@@ -36,7 +36,6 @@
#include <assert.h>
#include "config.h"
#include "attributes.h"
#include "timer.h"
#include "cpu.h"
#include "dict.h"
#include "version.h"