configure.ac: AC_SUBST(MP4FF_LIBS)
The AC_SUBST() call was missing in the previous patch.
This commit is contained in:
parent
f70dccdce1
commit
dda8fc4f6b
@ -642,6 +642,7 @@ if test x$enable_aac = xyes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$enable_mp4 = xyes; then
|
if test x$enable_mp4 = xyes; then
|
||||||
|
AC_SUBST(MP4FF_LIBS)
|
||||||
AC_DEFINE(HAVE_MP4, 1, [Define to use FAAD2+mp4ff for MP4 decoding])
|
AC_DEFINE(HAVE_MP4, 1, [Define to use FAAD2+mp4ff for MP4 decoding])
|
||||||
else
|
else
|
||||||
AC_MSG_WARN([libmp4ff needed for MP4 support -- disabling MP4 support])
|
AC_MSG_WARN([libmp4ff needed for MP4 support -- disabling MP4 support])
|
||||||
|
Loading…
Reference in New Issue
Block a user