Skip to content

Commit

Permalink
avcodec/mediacodecdec: add missing "libavutil/internal.h" include
Browse files Browse the repository at this point in the history
libavutil/internal.h defines NULL_IF_CONFIG_SMALL.
  • Loading branch information
mbouron committed Mar 3, 2018
1 parent c55ba52 commit 535e020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/mediacodecdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "libavutil/opt.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/pixfmt.h"
#include "libavutil/internal.h"

#include "avcodec.h"
#include "decode.h"
Expand Down

0 comments on commit 535e020

Please sign in to comment.