I'm trying to compile x264 with mp4 output support. I download the latest version from their git by typing
git clone git://git.videolan.org/x264.git
When I run
./configure
it configures and I'm able to make it. But when i try to configure it with
./configure --enable-mp4-output
and then try to make it, it returns a strange error,
…