Changeset 2099 for trunk/packages
- Timestamp:
- Feb 17, 2011, 9:33:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/configure.in
r2091 r2099 257 257 258 258 AC_CHECK_LIB([avcodec], [avcodec_alloc_frame]) 259 AC_CHECK_LIB([avformat], [avformat_alloc_context]) 259 # Fallback to deprecated av_alloc_format_context if avformat_alloc_context isn't found 260 AC_CHECK_LIB([avformat], [avformat_alloc_context], [], 261 AC_CHECK_LIB([avformat], [av_alloc_format_context], [], 262 [AC_MSG_WARN([libavformat not usable])])) 260 263 AC_CHECK_LIB([avutil], [av_free]) 261 264 AC_CHECK_FUNCS([img_convert])
Note: See TracChangeset
for help on using the changeset viewer.