I'm running a Ubuntu 64-bit system in a VM. I wanted to fuzz the VLC media player, so I grabbed the tar file, and built the dependencies and tried configuring it using this line:
./configure CC="afl-gcc" CXX="afl-g++" --disable-shared; make However, this runs into an error:
requested libavcodec >= 57.37.100 but version of libavcodec is 56.60.100
Is there a workaround for this, other than building a new one from contrib?