Browse Source

avutil/internal.h: add timer.h back

Without this a developer would have to add a include every time he
wants to benchmark some code, this is a moderate inconvenience.

This reverts the specific hunk from fb0c9d41d6

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 11 years ago
parent
commit
3e6088f732
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/internal.h

+ 1
- 0
libavutil/internal.h View File

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


Loading…
Cancel
Save