Skip to content

Commit

Permalink
wma.h: #include "avcodec.h"
Browse files Browse the repository at this point in the history
It's required for at least AVCodecContext.

Fixes make checkheaders.
  • Loading branch information
elenril committed Mar 3, 2015
1 parent 0af3b65 commit db5cc75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/wma.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include "libavutil/float_dsp.h"

#include "avcodec.h"
#include "fft.h"
#include "get_bits.h"
#include "put_bits.h"
Expand Down

0 comments on commit db5cc75

Please sign in to comment.