Changeset 2725 for trunk/packages
- Timestamp:
- Dec 9, 2011, 12:28:35 PM (13 years ago)
- Location:
- trunk/packages/vizservers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/configure
r2724 r2725 8710 8710 LIBS="-lswscale $LIBS" 8711 8711 8712 else8713 as_fn_error $? "requires libswscale" "$LINENO" 58714 8712 fi 8715 8713 -
trunk/packages/vizservers/configure.in
r2724 r2725 289 289 AC_CHECK_LIB(avutil, main,,AC_MSG_ERROR(requires libavutil)) 290 290 AC_CHECK_LIB(avformat, main,,AC_MSG_ERROR(requires libavformat)) 291 AC_CHECK_LIB(swscale, main ,,AC_MSG_ERROR(requires libswscale))291 AC_CHECK_LIB(swscale, main) 292 292 AC_CHECK_FUNCS(avcodec_decode_video2) 293 293 AC_CHECK_FUNCS(avcodec_decode_video)
Note: See TracChangeset
for help on using the changeset viewer.