I've been able to compile VLC 100% from start to finish, but only by passing the --disable-avcodec option in the configure. The reason why is I get this error
configure: error: Requested 'libavcodec >= 57.37.100' but version of libavcodec is 56.56.101. Pass --disable-avcodec to ignore this error.
I have two questions
1. Why would this package not be included when I
$ ../bootstrap --host=x86_64-w64-mingw32
$ make prebuilt
2. How can I manually update this lib?
I have tried these things:
a) sudo apt-get install libavcodec-dev
b) sudo apt-get install ffmpeg
c) getting the ffmpeg source and extracting the files to everywhere I can find libavcodec
d) 100 other things
I cannot figure out what to do, and this is my only issue
Thank you.