Lykos153 / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4 stars 4 forks source link

ffmpeg error #25

Open ilvinc3nt opened 2 years ago

ilvinc3nt commented 2 years ago
[ 80%] Building CXX object CMakeFiles/mixxx-lib.dir/src/sources/soundsourceffmpeg.cpp.o /home/vinc/App/mixxx-Mapping-DJ-202/src/sources/soundsourceffmpeg.cpp: In member function ‘virtual mixxx::AudioSource::OpenResult mixxx::SoundSourceFFmpeg::tryOpen(mixxx::AudioSource::OpenMode, const mixxx::AudioSource::OpenParams&)’: /home/_/_/mixxx-Mapping-DJ-202/src/sources/soundsourceffmpeg.cpp:526:13: error: invalid conversion from ‘AVCodec’ to ‘const AVCodec’ [-fpermissive] 526 &pDecoder, ^~~~~
AVCodec**

In file included from /home/_/_/mixxx-Mapping-DJ-202/src/sources/soundsourceffmpeg.h:6, from /home/_/_/mixxx-Mapping-DJ-202/src/sources/soundsourceffmpeg.cpp:1: /usr/include/libavformat/avformat.h:2165:41: note: initializing argument 5 of ‘int av_find_best_stream(AVFormatContext*, AVMediaType, int, int, const AVCodec, int)’ 2165 | const AVCodec decoder_ret, | ~~~~^~~ make[2]: [CMakeFiles/mixxx-lib.dir/build.make:7944: CMakeFiles/mixxx-lib.dir/src/sources/soundsourceffmpeg.cpp.o] Errore 1 make[1]: [CMakeFiles/Makefile2:271: CMakeFiles/mixxx-lib.dir/all] Errore 2 make: *** [Makefile:166: all] Errore 2