본문 바로가기

How to Build

build FFMPEG for Win32 in Ubuntu

1. 기본설치 후 , apt-get install mingw32 로 cross compile 준비.
2. ffmpeg 다운로드.
3. ./configure --target-os=mingw32 --cross-prefix=i586-mingw32msvc-   --enable-memalign-hack 는 cross compile을 위한 옵션이고 그외 입맛에 맞게 옵션들을 선택.
4. make
5. make install

끝.

ps. vc++ 에서 ffmpeg사용시 필요한 파일을
http://code.google.com/p/msinttypes/downloads/list
에서 구할 수 있다.