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:
Andreas Rheinhardt 2021-07-31 15:12:33 +02:00
parent 2c2d76b50d
commit b389ff9a85
3 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <math.h>
#include "display.h"
#include "libm.h"
#include "mathematics.h"
// fixed point to double

View File

@ -27,7 +27,6 @@
#define AVUTIL_DISPLAY_H
#include <stdint.h>
#include "common.h"
/**
* @addtogroup lavu_video

View File

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h>
#include "libavutil/display.c"
static void print_matrix(int32_t matrix[9])