View Single Post
Old 25th October 2011, 16:55   #23  |  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
chris_k or the_weirdo,
I couldn't get ffmbc to include any extra dll's, I made a new directory
C:\MinGW\msys\1.0\local\lib
and put libmp3lame.dll and libmp3lame.a in there.
When I tried --enable-libmp3lame --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib
it said libmp3lame not found.
I looked in the configure file and there is a standard naming scheme, lib???.a. So I don't know what's wrong.
You need lame header, I think. Copy lame.h from lame's include folder to C:\MinGW\msys\1.0\local\include and try again.
the_weirdo is offline   Reply With Quote