openbsd-ports/multimedia/libquicktime/patches/patch-configure
sthen 2fd33fda8c update to faad-2.10.1, from Brad
patch libquicktime's configure script to fix detection
2022-12-09 10:41:19 +00:00

14 lines
268 B
Plaintext

Fix detection of newer faad.
Index: configure
--- configure.orig
+++ configure
@@ -17588,6 +17588,7 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
+ #include <faad.h>
#include <neaacdec.h>
#include <stdio.h>
main()