I've been following the UnixCompile instructions and when I get to
Code: Select all
% ./configure --disable-lua
this error arises:
Code: Select all
configure: error: Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin.
Code: Select all
wget ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz
Code: Select all
tar -xvf libmad-0.15.1b.tar.gz
Code: Select all
/home/me/vlc/vlc-2.1.5
So presumably I put libmad in the wrong directory, right? If so, where should I move it to?