Commit ae77406b authored by Max Kellermann's avatar Max Kellermann

faad.m4: clear FAAD_LIBS if faad got auto-disabled

Fixes build errors on systems without libfaad, when --disable-aac was not specified.
parent 2d160692
......@@ -132,6 +132,9 @@ int main() {
CFLAGS=$oldcflags
LIBS=$oldlibs
CPPFLAGS=$oldcppflags
else
FAAD_LIBS=""
FAAD_CFLAGS=""
fi
AC_SUBST(FAAD_CFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment