summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMikulas Patocka <mikulas@twibright.com>2017-11-23 20:22:56 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2017-11-25 02:32:54 +0100
commit279d2599dd6be8e2030a4543b4efa245fd75de5c (patch)
treebfcf8501991bc428c75ca339a82eaf431b45e90f /doc
parentbdddcb7b030d075dffa2989222d687106c06d50c (diff)
ffmpeg libopusdec: fix missing include file in libopusdec.c
This patch fixes the following error when compiling mplayer with libopus. libavcodec/libopusdec.c: In function 'libopus_decode_init': libavcodec/libopusdec.c:130:27: error: implicit declaration of function 'ff_exp10'; did you mean 'ff_exp2fi'? [-Werror=implicit-function-declaration] double gain_lin = ff_exp10(gain_db / (20.0 * 256)); ^~~~~~~~ ff_exp2fi Signed-off-by: Mikulas Patocka <mikulas@twibright.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions