Ignore:
Timestamp:
Feb 24, 2013 5:46:58 PM (11 years ago)
Author:
gah
Message:

fixes for new version of ffmeg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/configure.in

    r3330 r3335  
    276276AC_CHECK_LIB(avformat, main,,AC_MSG_ERROR(requires libavformat))
    277277AC_CHECK_LIB(swscale, main)
     278AC_CHECK_FUNCS(avcodec_register_all)
     279AC_CHECK_FUNCS(avcodec_init)
     280AC_CHECK_FUNCS(avformat_new_stream)
     281AC_CHECK_FUNCS(av_new_stream)
     282AC_CHECK_FUNCS(avcodec_open)
     283AC_CHECK_FUNCS(avcodec_open2)
    278284AC_CHECK_FUNCS(avcodec_decode_video2)
    279285AC_CHECK_FUNCS(avcodec_decode_video)
     286AC_CHECK_FUNCS(avcodec_encode_video2)
     287AC_CHECK_FUNCS(avcodec_encode_video)
    280288AC_CHECK_FUNCS(avformat_open_input)
    281289AC_CHECK_FUNCS(av_open_input_file)
Note: See TracChangeset for help on using the changeset viewer.