forked from FFmpeg/FFmpeg
avutil/display: Don't include avutil.h
Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
2c2d76b50d
commit
b389ff9a85
3 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
|
#include "libm.h"
|
||||||
#include "mathematics.h"
|
#include "mathematics.h"
|
||||||
|
|
||||||
// fixed point to double
|
// fixed point to double
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#define AVUTIL_DISPLAY_H
|
#define AVUTIL_DISPLAY_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "common.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup lavu_video
|
* @addtogroup lavu_video
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "libavutil/display.c"
|
#include "libavutil/display.c"
|
||||||
|
|
||||||
static void print_matrix(int32_t matrix[9])
|
static void print_matrix(int32_t matrix[9])
|
||||||
|
|
Loading…
Add table
Reference in a new issue