ffmpeg 컴파일시 configure 에러

supaflow의 이미지

Ubuntu Edgy 사용하고 있습니다.

ffmpeg을 컴파일해서 사용하고자 하는데 에러가 나네요.

./configure --enable-shared --enable-mp3lame --prefix=/usr
Unknown option "--enable-mp3lame".
See ./configure --help for available options.

그런데 lame은 설치를 했거든요.

lame의 configure는 다음과 같이 했습니다.

./configure --prefix=/shared --enable-shared --disable-static --enable-nasm --disable-frontend

어떻게 하면 제대로 컴파일을 할수 있을까요.

supaflow의 이미지

libmp3lame 으로 하니 제대로 넘어가는군요..

=====
http://supaflow.tistory.com