<div dir="ltr">Any ideas why I can not currently build x264 on a centos system - using latest from git, and seeing the below: <br><div><br>./configure --prefix="ffmpeg_build" --bindir="bin" --enable-static<br>make -s -j 18<br>make -s  install<br><br>filters/video/resize.c: In function ‘pick_closest_supported_csp’:<br>filters/video/resize.c:215:30: error: ‘AVComponentDescriptor’ has no member named ‘depth’<br>         if( pix_desc->comp[i].depth > 8 )<br>                              ^<br>make: *** [filters/video/resize.o] Error 1<br>make: *** Waiting for unfinished jobs....<br>input/lavf.c: In function ‘codec_from_stream’:<br>input/lavf.c:63:50: error: ‘AVStream’ has no member named ‘codecpar’<br>     AVCodec *codec = avcodec_find_decoder( stream->codecpar->codec_id );<br>                                                  ^<br>input/lavf.c:71:5: warning: implicit declaration of function ‘avcodec_parameters_to_context’ [-Wimplicit-function-declaration]<br>     if( avcodec_parameters_to_context( c, stream->codecpar ) < 0 )<br>     ^<br>input/lavf.c:71:49: error: ‘AVStream’ has no member named ‘codecpar’<br>     if( avcodec_parameters_to_context( c, stream->codecpar ) < 0 )<br>                                                 ^<br>input/lavf.c: In function ‘read_frame_internal’:<br>input/lavf.c:107:9: warning: implicit declaration of function ‘avcodec_receive_frame’ [-Wimplicit-function-declaration]<br>         while( (ret = avcodec_receive_frame( h->lavc, h->frame )) )<br>         ^<br>input/lavf.c:115:21: warning: implicit declaration of function ‘avcodec_send_packet’ [-Wimplicit-function-declaration]<br>                     ret = avcodec_send_packet( h->lavc, NULL );<br>                     ^<br>input/lavf.c: In function ‘open_file’:<br>input/lavf.c:199:58: error: ‘AVStream’ has no member named ‘codecpar’<br>     while( i < h->lavf->nb_streams && h->lavf->streams[i]->codecpar->codec_type != AVMEDIA_TYPE_VIDEO )<br>                                                          ^<br>make: *** [input/lavf.o] Error 1<br>filters/video/resize.c: In function ‘pick_closest_supported_csp’:<br>filters/video/resize.c:215:30: error: ‘AVComponentDescriptor’ has no member named ‘depth’<br>         if( pix_desc->comp[i].depth > 8 )<br>                              ^<br>make: *** [filters/video/resize.o] Error 1<br><br></div></div>