[x264-devel] [PATCH] Fix use of deprecated av_close_input_file() call.
    Derek Buitenhuis 
    derek.buitenhuis at gmail.com
       
    Sun Mar 11 17:52:16 CET 2012
    
    
  
On 10/03/2012 4:42 PM, Jason Martens wrote:
> -    if cc_check libavformat/avformat.h "$LAVF_CFLAGS $LAVF_LIBS" "avformat_find_stream_info(0,0); avcodec_open2(0,0,0);" ; then
> +    if cc_check libavformat/avformat.h "$LAVF_CFLAGS $LAVF_LIBS" "avformat_close_input(0);" ; then
Any particular reason it no longer check for the two you removed?
Doesn't look right...
- Derek
    
    
More information about the x264-devel
mailing list