Changeset 2725 for trunk


Ignore:
Timestamp:
Dec 9, 2011, 12:28:35 PM (13 years ago)
Author:
gah
Message:
 
Location:
trunk/packages/vizservers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/configure

    r2724 r2725  
    87108710  LIBS="-lswscale $LIBS"
    87118711
    8712 else
    8713   as_fn_error $? "requires libswscale" "$LINENO" 5
    87148712fi
    87158713
  • trunk/packages/vizservers/configure.in

    r2724 r2725  
    289289AC_CHECK_LIB(avutil, main,,AC_MSG_ERROR(requires libavutil))
    290290AC_CHECK_LIB(avformat, main,,AC_MSG_ERROR(requires libavformat))
    291 AC_CHECK_LIB(swscale, main,,AC_MSG_ERROR(requires libswscale))
     291AC_CHECK_LIB(swscale, main)
    292292AC_CHECK_FUNCS(avcodec_decode_video2)
    293293AC_CHECK_FUNCS(avcodec_decode_video)
Note: See TracChangeset for help on using the changeset viewer.