[MPlayer-users] Problem with installing mplayer

ScriptInstallation.in info at scriptinstallation.in
Tue Jun 12 12:00:43 CEST 2007


Hi,

I am installing mplayer on FC 5

Linux server427.i3d.nl 2.6.20-1.2316.fc5 #1 SMP Fri Apr 27 19:19:10 EDT 2007
x86_64 x86_64 x86_64 GNU/Linux

Configure command is

./configure --prefix=/usr --enable-largefiles --enable-jpeg
--codecsdir=/usr/local/lib/codecs/


I get following error message

-----------------------------------------------------------------------------------------------------------------------
In file included from vo_jpeg.c:35:
../config.h:169: warning: redundant redeclaration of 'ftello'
/usr/include/stdio.h:691: warning: previous declaration of 'ftello' was here
In file included from vo_jpeg.c:38:
video_out.h:180: warning: redundant redeclaration of 'vo_format_name'
../libmpcodecs/img_format.h:118: warning: previous declaration of
'vo_format_name' was here
vo_jpeg.c: In function 'jpeg_write':
vo_jpeg.c:176: error: storage size of 'cinfo' isn't known
vo_jpeg.c:177: error: storage size of 'jerr' isn't known
vo_jpeg.c:178: error: 'JSAMPROW' undeclared (first use in this function)
vo_jpeg.c:178: error: (Each undeclared identifier is reported only once
vo_jpeg.c:178: error: for each function it appears in.)
vo_jpeg.c:178: error: expected ';' before 'row_pointer'
vo_jpeg.c:182: warning: pointer targets in passing argument 1 of 'fopen'
differ in signedness
vo_jpeg.c:191: warning: implicit declaration of function 'jpeg_std_error'
vo_jpeg.c:192: warning: implicit declaration of function
'jpeg_create_compress'
vo_jpeg.c:193: warning: implicit declaration of function 'jpeg_stdio_dest'
vo_jpeg.c:198: error: 'JCS_RGB' undeclared (first use in this function)
vo_jpeg.c:200: warning: implicit declaration of function 'jpeg_set_defaults'
vo_jpeg.c:202: error: 'TRUE' undeclared (first use in this function)
vo_jpeg.c:212: warning: implicit declaration of function 'jpeg_set_quality'
vo_jpeg.c:217: warning: implicit declaration of function
'jpeg_simple_progression'
vo_jpeg.c:220: warning: implicit declaration of function
'jpeg_start_compress'
vo_jpeg.c:224: error: 'row_pointer' undeclared (first use in this function)
vo_jpeg.c:225: warning: implicit declaration of function
'jpeg_write_scanlines'
vo_jpeg.c:228: warning: implicit declaration of function
'jpeg_finish_compress'
vo_jpeg.c:230: warning: implicit declaration of function
'jpeg_destroy_compress'
vo_jpeg.c:177: warning: unused variable 'jerr'
vo_jpeg.c:176: warning: unused variable 'cinfo'
vo_jpeg.c: In function 'draw_frame':
vo_jpeg.c:267: warning: pointer targets in passing argument 1 of
'jpeg_write' differ in signedness
make[1]: *** [vo_jpeg.o] Error 1
make[1]: Leaving directory `/usr/local/src/mplayer/libvo'
make: *** [libvo/libvo.a] Error 2
-----------------------------------------------------------------------------------------------------------------------

How do i fix this ?

Regards,

Yujin



More information about the MPlayer-users mailing list