mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-25 12:29:18 -05:00
Add check for av_lockmgr_register() in libavcodec (ffmpeg 0.5.1+)
This commit is contained in:
parent
b05d173139
commit
5155bc05ef
@ -125,6 +125,9 @@ AC_LANG_POP([C])
|
|||||||
LIBS="$save_LIBS"
|
LIBS="$save_LIBS"
|
||||||
|
|
||||||
PKG_CHECK_MODULES(FFMPEG, [ libavcodec libavformat libswscale libavutil ])
|
PKG_CHECK_MODULES(FFMPEG, [ libavcodec libavformat libswscale libavutil ])
|
||||||
|
dnl Check for av_lock_manager (ffmpeg >= 0.5.1)
|
||||||
|
AC_CHECK_LIB([avcodec], [av_lockmgr_register], , AC_MSG_ERROR([ffmpeg >= 0.5.1 required]))
|
||||||
|
|
||||||
PKG_CHECK_MODULES(MINIXML, [ mxml ])
|
PKG_CHECK_MODULES(MINIXML, [ mxml ])
|
||||||
|
|
||||||
AC_CHECK_HEADER(event.h, , AC_MSG_ERROR([event.h not found]))
|
AC_CHECK_HEADER(event.h, , AC_MSG_ERROR([event.h not found]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user