[Ffmpeg-devel] compile errors on Solaris 10

may nothing may_241913
Tue Aug 29 17:08:16 CEST 2006


Hi everyone,

I try to compile ffmpeg on a Sparc Solaris 10 box. I use gcc-4.1.1 and gnu ld. This is what I got:

gmake[1]: Entering directory `/space/ffmpeg/libavformat'
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o utils.o utils.c
In file included from utils.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
In file included from utils.c:20:
allformats.h:165: warning: 'AVImageFormat' is deprecated
utils.c:31: warning: 'AVFrac' is deprecated
utils.c:32: warning: 'AVFrac' is deprecated
utils.c:33: warning: 'AVFrac' is deprecated
utils.c:40: warning: 'AVImageFormat' is deprecated
utils.c: In function 'guess_format':
utils.c:103: warning: 'guess_image_format' is deprecated (declared at avformat.h:391)
utils.c: At top level:
utils.c:468: warning: initialization discards qualifiers from pointer target type
utils.c: In function 'av_add_index_entry':
utils.c:1166: warning: pointer targets in passing argument 2 of 'av_fast_realloc' differ in signedness
utils.c: At top level:
utils.c:3176: warning: 'AVFrac' is deprecated
utils.c:3191: warning: 'AVFrac' is deprecated
utils.c:3203: warning: 'AVFrac' is deprecated
utils.c:3227: warning: 'AVImageFormat' is deprecated
utils.c: In function 'av_register_image_format':
utils.c:3229: warning: 'AVImageFormat' is deprecated
utils.c:3231: warning: 'first_image_format' is deprecated (declared at utils.c:40)
utils.c: At top level:
utils.c:3241: warning: 'AVImageFormat' is deprecated
utils.c: In function 'av_probe_image_format':
utils.c:3242: warning: 'AVImageFormat' is deprecated
utils.c:3242: warning: 'AVImageFormat' is deprecated
utils.c:3247: warning: 'first_image_format' is deprecated (declared at utils.c:40)
utils.c: At top level:
utils.c:3263: warning: 'AVImageFormat' is deprecated
utils.c: In function 'guess_image_format':
utils.c:3264: warning: 'AVImageFormat' is deprecated
utils.c:3266: warning: 'first_image_format' is deprecated (declared at utils.c:40)
utils.c: At top level:
utils.c:3279: warning: 'AVImageFormat' is deprecated
utils.c:3280: warning: 'AVImageInfo' is deprecated
utils.c: In function 'av_read_image':
utils.c:3293: warning: 'av_probe_image_format' is deprecated (declared at utils.c:3241)
utils.c: At top level:
utils.c:3307: warning: 'AVImageFormat' is deprecated
utils.c:3307: warning: 'AVImageInfo' is deprecated
utils.c:3192: warning: 'av_frac_set' defined but not used
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o cutils.o cutils.c
In file included from cutils.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o os_support.o os_support.c
In file included from os_support.c:20:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o allformats.o allformats.c
In file included from allformats.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
In file included from allformats.c:20:
allformats.h:165: warning: 'AVImageFormat' is deprecated
allformats.c: In function 'av_register_all':
allformats.c:485: warning: 'av_register_image_format' is deprecated (declared at avformat.h:389)
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o pnm.o pnm.c
In file included from pnm.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
pnm.c:53: warning: 'AVImageInfo' is deprecated
pnm.c: In function 'pnm_read1':
pnm.c:59: warning: 'AVImageInfo' is deprecated
pnm.c:59: warning: 'AVImageInfo' is deprecated
pnm.c: At top level:
pnm.c:149: warning: 'AVImageInfo' is deprecated
pnm.c:155: warning: 'AVImageInfo' is deprecated
pnm.c:160: warning: 'AVImageInfo' is deprecated
pnm.c: In function 'pnm_write':
pnm.c:192: warning: pointer targets in passing argument 2 of 'put_buffer' differ in signedness
pnm.c:196: warning: pointer targets in passing argument 2 of 'put_buffer' differ in signedness
pnm.c: At top level:
pnm.c:223: warning: 'AVImageInfo' is deprecated
pnm.c: In function 'pam_read':
pnm.c:228: warning: 'AVImageInfo' is deprecated
pnm.c:228: warning: 'AVImageInfo' is deprecated
pnm.c: At top level:
pnm.c:322: warning: 'AVImageInfo' is deprecated
pnm.c: In function 'pam_write':
pnm.c:362: warning: pointer targets in passing argument 2 of 'put_buffer' differ in signedness
pnm.c: In function 'pnm_probe':
pnm.c:393: warning: pointer targets in initialization differ in signedness
pnm.c: In function 'pam_probe':
pnm.c:413: warning: pointer targets in initialization differ in signedness
pnm.c: At top level:
pnm.c:423: warning: 'AVImageFormat' is deprecated
pnm.c:432: warning: 'AVImageFormat' is deprecated
pnm.c:441: warning: 'AVImageFormat' is deprecated
pnm.c:450: warning: 'AVImageFormat' is deprecated
pnm.c:459: warning: 'AVImageFormat' is deprecated
pnm.c:469: warning: 'AVImageFormat' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o yuv.o yuv.c
In file included from yuv.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
yuv.c:48: warning: 'AVImageInfo' is deprecated
yuv.c: In function 'yuv_read':
yuv.c:55: warning: 'AVImageInfo' is deprecated
yuv.c:55: warning: 'AVImageInfo' is deprecated
yuv.c: At top level:
yuv.c:96: warning: 'AVImageInfo' is deprecated
yuv.c:152: warning: 'AVImageFormat' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o png.o png.c
In file included from png.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
png.c:460: warning: 'AVImageInfo' is deprecated
png.c: In function 'png_read':
png.c:462: warning: 'AVImageInfo' is deprecated
png.c:462: warning: 'AVImageInfo' is deprecated
png.c: At top level:
png.c:711: warning: 'AVImageInfo' is deprecated
png.c:877: warning: 'AVImageFormat' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o jpeg.o jpeg.c
In file included from jpeg.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
jpeg.c:31: warning: 'AVImageInfo' is deprecated
jpeg.c: In function 'jpeg_get_buffer':
jpeg.c:40: warning: 'AVImageInfo' is deprecated
jpeg.c:40: warning: 'AVImageInfo' is deprecated
jpeg.c: At top level:
jpeg.c:86: warning: 'AVImageInfo' is deprecated
jpeg.c:227: warning: 'AVImageFormat' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o gifdec.o gifdec.c
In file included from gifdec.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
gifdec.c:21: warning: 'AVImageInfo' is deprecated
gifdec.c:597: warning: 'AVImageInfo' is deprecated
gifdec.c: In function 'gif_read':
gifdec.c:600: warning: 'AVImageInfo' is deprecated
gifdec.c:600: warning: 'AVImageInfo' is deprecated
gifdec.c: At top level:
gifdec.c:633: warning: 'AVImageFormat' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o sgi.o sgi.c
In file included from sgi.c:20:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
sgi.c:220: warning: 'AVImageInfo' is deprecated
sgi.c: In function 'sgi_read':
sgi.c:223: warning: 'AVImageInfo' is deprecated
sgi.c:223: warning: 'AVImageInfo' is deprecated
sgi.c: At top level:
sgi.c:365: warning: 'AVImageInfo' is deprecated
sgi.c: In function 'sgi_write':
sgi.c:421: warning: pointer targets in passing argument 2 of 'rle_row' differ in signedness
sgi.c: At top level:
sgi.c:447: warning: 'AVImageFormat' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o framehook.o framehook.c
In file included from framehook.c:21:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o avio.o avio.c
In file included from avio.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o aviobuf.o aviobuf.c
In file included from aviobuf.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
aviobuf.c: In function 'url_fprintf':
aviobuf.c:589: warning: pointer targets in passing argument 2 of 'put_buffer' differ in signedness
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o file.o file.c
In file included from file.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o udp.o udp.c
In file included from udp.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
udp.c:54: warning: 'udp_ipv6_is_multicast_address' defined but not used
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o tcp.o tcp.c
In file included from tcp.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o http.o http.c
In file included from http.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
http.c: In function 'http_connect':
http.c:190: warning: pointer targets in passing argument 1 of 'b64_encode' differ in signedness
http.c:202: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness
http.c:205: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
http.c: In function 'b64_encode':
http.c:297: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o rtsp.o rtsp.c
In file included from rtsp.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
rtsp.c: In function 'rtsp_send_cmd':
rtsp.c:713: warning: pointer targets in passing argument 2 of 'url_write' differ in signedness
rtsp.c: In function 'sdp_probe':
rtsp.c:1264: warning: pointer targets in initialization differ in signedness
rtsp.c:1264: warning: pointer targets in initialization differ in signedness
rtsp.c: In function 'sdp_read_header':
rtsp.c:1295: warning: pointer targets in passing argument 2 of 'get_buffer' differ in signedness
rtsp.c: In function 'redir_probe':
rtsp.c:1364: warning: pointer targets in assignment differ in signedness
rtsp.c: At top level:
rtsp.c:1263: warning: 'sdp_probe' defined but not used
rtsp.c:1284: warning: 'sdp_read_header' defined but not used
rtsp.c:1337: warning: 'sdp_read_packet' defined but not used
rtsp.c:1342: warning: 'sdp_read_close' defined but not used
gcc -I.. -I/space/ffmpeg -I/space/ffmpeg/libavutil -I/space/ffmpeg/libavcodec -g -Wdeclaration-after-statement -Wall -Wno-switch -O3 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE  -c -o rtp.o rtp.c
In file included from rtp.c:19:
avformat.h:229: warning: 'AVFrac' is deprecated
avformat.h:381: warning: 'AVImageInfo' is deprecated
avformat.h:384: warning: 'AVImageInfo' is deprecated
avformat.h:389: warning: 'AVImageFormat' is deprecated
avformat.h:394: warning: 'AVImageFormat' is deprecated
avformat.h:395: warning: 'AVImageInfo' is deprecated
avformat.h:396: warning: 'AVImageFormat' is deprecated
avformat.h:396: warning: 'AVImageInfo' is deprecated
rtp.c: In function 'rtp_parse_mp4_au':
rtp.c:321: error: invalid operands to binary &
rtp.c: In function 'rtp_parse_packet':
rtp.c:498: warning: pointer targets in assignment differ in signedness
gmake[1]: *** [rtp.o] Error 1
gmake[1]: Leaving directory `/space/ffmpeg/libavformat'
gmake: *** [lib] Error 2
bash-3.00#


Can somebody help me ?

TIA
Martin







More information about the ffmpeg-devel mailing list