Tag: patch

FFmpeg error LNK2019: unresolved external symbol ff_reshuffle_raw_rgb…

Building a slim version of FFmpeg (specifically: MOV muxer without AVI muxer) from latest source, an error around ff_reshuffle_raw_rgb is breaking the build: movenc.o : error LNK2019: unresolved external symbol ff_reshuffle_raw_rgb referenced in function mov_write_packet libavformat/avformat-v-57.dll : fatal error LNK1120: 1 unresolved externals library.mak:111: recipe for target ‘libavformat/avformat-v-57.dll’ failed make: *** [libavformat/avformat-v-57.dll] Error 96 Not…

Read the full article