this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

AudioToolbox: Remove unnecessary include

This should fix building with libavcodec 58 (which should also fix the CI build)

-1
-1
src/CoreAudio/AudioToolbox/AudioConverterImpl.cpp
··· 28 28 29 29 extern "C" { 30 30 #include <libavcodec/avcodec.h> 31 - #include <libavcodec/codec.h> 32 31 #include <libavutil/opt.h> 33 32 #include <libavutil/mem.h> 34 33 }