mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
configure: Require XVID API >= 4.3
This is required for encoding the simple profile with levels 4a, 5 or 6. Fixes bug #665378.
This commit is contained in:
parent
7485e28a7d
commit
a1044ac635
1 changed files with 3 additions and 0 deletions
|
@ -1594,6 +1594,9 @@ AG_GST_CHECK_FEATURE(XVID, [xvid plugins], xvid, [
|
||||||
#if XVID_API_MAJOR(XVID_API) != 4
|
#if XVID_API_MAJOR(XVID_API) != 4
|
||||||
#error "Incompatible XviD API version"
|
#error "Incompatible XviD API version"
|
||||||
#endif
|
#endif
|
||||||
|
#if XVID_API_MAJOR(XVID_API) == 4 && XVID_API_MINOR(XVID_API) < 3
|
||||||
|
#error "Incompatible XviD API version"
|
||||||
|
#endif
|
||||||
],[ AC_MSG_RESULT(yes)
|
],[ AC_MSG_RESULT(yes)
|
||||||
XVID_LIBS="-lxvidcore $LIBM"
|
XVID_LIBS="-lxvidcore $LIBM"
|
||||||
AC_SUBST(XVID_LIBS)
|
AC_SUBST(XVID_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue