decoder/ffmpeg: wrap FFmpeg include in "extern C"
Commit ebae25d1 added that #include, but forgot to wrap it in
"extern C", so the linker tried to look up C++ symbols, causing linker
failure.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1582
Showing
Please
register
or
sign in
to comment