codeminders / imageshack-uploader

Automatically exported from code.google.com/p/imageshack-uploader
0 stars 0 forks source link

I cant compile imageshack-uploader anymore #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile the source for Mandriva 2010.1

What is the expected output? What do you see instead?
it has some warning with ffmpeg

What version of the product are you using? On what operating system?
Mandriva 2010.1

Please provide any additional information below.

I have the error message :

ffmpeg_fas.c:832: warning: passing argument 2 of ‘sws_scale’ from
incompatible pointer type
/usr/include/libswscale/swscale.h:187: notice: expected ‘const uint8_t *
const*’ but argument is of type ‘uint8_t **’
ffmpeg_fas.c: In function ‘private_convert_to_gray8’:
ffmpeg_fas.c:867: warning: passing argument 2 of ‘sws_scale’ from
incompatible pointer type
/usr/include/libswscale/swscale.h:187: notice: expected ‘const uint8_t *
const*’ but argument is of type ‘uint8_t **’
make: *** [ffmpeg_fas.o] Error 1

in mandriva 2010.0 i built it without any probleme

Original issue reported on code.google.com by dgl...@gmail.com on 7 Mar 2010 at 7:53

GoogleCodeExporter commented 9 years ago
I could built it with the patch from François Boulogne <boulogne.f@gmail.com>

Original comment by dgl...@gmail.com on 14 Mar 2010 at 7:15

Attachments:

GoogleCodeExporter commented 9 years ago
this patch worked for me as well
(using ArchLinux)

Original comment by tim.j.by...@gmail.com on 18 Oct 2010 at 4:24