[x264-devel] [Git][videolan/x264][master] configure: Allow AviSynth+ on *BSD and Haiku

Anton Mitrofanov (@BugMaster) gitlab at videolan.org
Tue Feb 22 18:45:02 UTC 2022



Anton Mitrofanov pushed to branch master at VideoLAN / x264


Commits:
bfc87b7a by Stephen Hutchinson at 2022-02-22T18:03:57+00:00
configure: Allow AviSynth+ on *BSD and Haiku

- - - - -


1 changed file:

- configure


Changes:

=====================================
configure
=====================================
@@ -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
 



View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/bfc87b7a330f75f5c9a21e56081e4b20344f139e

-- 
View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/bfc87b7a330f75f5c9a21e56081e4b20344f139e
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the x264-devel mailing list