리눅스 FFmpeg 설치 관련 문의 드립니다.
https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide
위 링크에 있는 사이트에서 정보를 얻어 ffmpeg 를 설치하고 컴파일하고 있습니다.
현재 사용중인 OS는 Ubuntu 10.04 버전 64bit 환경을 사용하고 있습니다.
Installation에서 ffmpeg 부분에서 make를 실행하였을때 아래와 같은 에러가 발생합니다.
++++++++++++++++++++++++++++++++++
root@blueempire-desktop:/home/blueempire/android/ffmpeg# make
LD ffmpeg_g
libavcodec/libavcodec.a(libx264.o): In function `X264_frame':
/home/blueempire/android/ffmpeg/libavcodec/libx264.c:159: undefined reference to `x264_picture_init'
/home/blueempire/android/ffmpeg/libavcodec/libx264.c:161: undefined reference to `x264_bit_depth'
libavcodec/libavcodec.a(libx264.o): In function `X264_init_static':
/home/blueempire/android/ffmpeg/libavcodec/libx264.c:593: undefined reference to `x264_bit_depth'
libavcodec/libavcodec.a(libx264.o): In function `X264_init':
/home/blueempire/android/ffmpeg/libavcodec/libx264.c:292: undefined reference to `x264_param_default_preset'
/home/blueempire/android/ffmpeg/libavcodec/libx264.c:459: undefined reference to `x264_param_apply_fastfirstpass'
/home/blueempire/android/ffmpeg/libavcodec/libx264.c:490: undefined reference to `x264_param_apply_profile'
/home/blueempire/android/ffmpeg/libavcodec/libx264.c:533: undefined reference to `x264_encoder_open_128'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
+++++++++++++++++++++++++++++++++++
구글링을 해서 이리저리 오류를 수정하고 있지만 해결이 되지 않아 부랴부랴 도움을 얻고자 글을 써보았습니다.
많은 분들의 조언 부탁드립니다.
댓글 달기