View Single Post
Old 25th October 2011, 17:48   #25  |  Link
the_weirdo
Yes, I'm weird.
 
the_weirdo's Avatar
 
Join Date: May 2010
Location: Southeast Asia
Posts: 271
Quote:
Originally Posted by jmac698 View Post
Strange, I had already tried that. Still not working. Also what are the equivalent files for x264?
I just checked and look like you need to put lame.h in C:\MinGW\msys\1.0\local\include\lame not just C:\MinGW\msys\1.0\local\include. For x264, you need to include x264.h and x264_config.h. However, you must compile libx264 to get x264_config.h

Compile libx264 is pretty straight, though:
cd x264
./configure --disable-cli --enable-static --enable-strip --disable-swscale --disable-gpac --prefix=/usr/local

Replace --enable-static by --enable-shared if you want a shared lib.
the_weirdo is offline   Reply With Quote