mplaler-1.10rc2 에서 설치오류 문제 질문
아래 부분에서 오류가 뜹니다. 리눅스 초보라서
페도라 10 입니다
vo_ivtv.c: In function 'ivtv_reset':
vo_ivtv.c:79: error: storage size of 'sd' isn't known
vo_ivtv.c:80: error: storage size of 'sd1' isn't known
vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable 'sd1'
vo_ivtv.c:79: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/root/다운로드/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] 오류 2
mplayer 소스 풀어놓은
mplayer 소스 풀어놓은 곳에서
config.h 안의 내용중...
#undef CONFIG_IVTV
#undef CONFIG_VIDIX_DRV_IVTV
두곳을 예시와 같이 만드시고...
config.mak 안의 내용중...
VIDIX_IVTV=no
로 바꾼다음 한번더 컴파일 해 보세요.
댓글 달기