Skip to content
Snippets Groups Projects
Commit bfc87b7a authored by Stephen Hutchinson's avatar Stephen Hutchinson Committed by Anton Mitrofanov
Browse files

configure: Allow AviSynth+ on *BSD and Haiku

parent 95634be6
Branches master
No related tags found
No related merge requests found
Pipeline #218985 failed with stages
in 2 minutes and 33 seconds
......@@ -1306,6 +1306,10 @@ if [ "$avs" = "auto" ] ; then
define HAVE_AVS
AVS_LIBS="-ldl"
LDFLAGSCLI="$AVS_LIBS $LDFLAGSCLI"
elif [ "$SYS" = "FREEBSD" -o "$SYS" = "OPENBSD" -o "$SYS" = "NETBSD" -o "$SYS" = "HAIKU" ] ; then
avs="yes"
define HAVE_AVS
# dlopen is exported from libc on both *BSD and Haiku
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment