내 명령 프롬프트에 "cpan install FFmpeg"를 입력하여 ffmpeg을 설치하려고합니다. 나는 Image : Magick, Image :: PBM, Image :: Magick :: Iterator를 설치했는데, 필자가 필요로하는 몇 가지 전제 조건이 있지만 충분하지 않다. Here's 몇 가지 추가 정보.Windows XP에서 ffmpeg (perl 패키지) 설치
Note (probably harmless): No library found for -lavcodec
Note (probably harmless): No library found for -lavformat
Note (probably harmless): No library found for -lz
Note (probably harmless): No library found for -ldl
Note (probably harmless): No library found for -lmp3lame
Note (probably harmless): No library found for -logg
Note (probably harmless): No library found for -lvorbis
Note (probably harmless): No library found for -lvorbisenc
In file included from ffmpeg.h:2,
from FFmpeg.xs:16:
./ffmpeg-6036.c:21:22: avformat.h: No such file or directory
./ffmpeg-6036.c:22:21: swscale.h: No such file or directory
./ffmpeg-6036.c:23:23: framehook.h: No such file or directory
./ffmpeg-6036.c:24:21: dsputil.h: No such file or directory
./ffmpeg-6036.c:25:17: opt.h: No such file or directory
./ffmpeg-6036.c:44:21: version.h: No such file or directory
./ffmpeg-6036.c:45:22: cmdutils.h: No such file or directory
나는 그 파일을 설치하고 설치 프로그램에 파일을 찾을 위치를 알려야한다고 생각합니다. 그게 내가해야 할 일이라면 어떻게합니까? FFmpeg 페이지에서
C 라이브러리 및 C 헤더가 누락되었습니다. snarky를 소리 내고 싶지는 않지만 C 컴파일러와 함께 제공되지 않는 운영 체제를 선택했습니다. Perl 설치에는 모듈을 빌드하는 데 필요한 최소한의 C 컴파일러가 있지만 외부 라이브러리와 연결하는 것이 더 어려워집니다. –
나는 MinGW 5.1.4.1을 가지고있다. –