Browse Source

avcodec/libdavs2: unbreak compilation failure

FF_CODEC_CAP_AUTO_THREADS added in 8a129077cc requires internal.h

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
tags/n4.4
Gyan Doshi Timo Rothenpieler 4 years ago
parent
commit
434b626b7a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libdavs2.c

+ 1
- 0
libavcodec/libdavs2.c View File

@@ -23,6 +23,7 @@
*/

#include "avcodec.h"
#include "internal.h"
#include "davs2.h"

typedef struct DAVS2Context {


Loading…
Cancel
Save