[x264-devel] [Git][videolan/x264][master] configure: Add DragonFly support

Anton Mitrofanov (@BugMaster) gitlab at videolan.org
Mon Oct 21 19:29:47 UTC 2024



Anton Mitrofanov pushed to branch master at VideoLAN / x264


Commits:
80c1c47c by Brad Smith at 2024-10-20T08:50:55+00:00
configure: Add DragonFly support

- - - - -


1 changed file:

- configure


Changes:

=====================================
configure
=====================================
@@ -660,6 +660,10 @@ case $host_os in
             cc_check "" -mdynamic-no-pic && CFLAGS="$CFLAGS -mdynamic-no-pic"
         fi
         ;;
+    dragonfly*)
+        SYS="DRAGONFLY"
+        libm="-lm"
+        ;;
     freebsd*)
         SYS="FREEBSD"
         libm="-lm"
@@ -1331,7 +1335,7 @@ 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
+    elif [ "$SYS" = "DRAGONFLY" -o "$SYS" = "FREEBSD" -o "$SYS" = "NETBSD" -o "$SYS" = "OPENBSD" -o "$SYS" = "HAIKU" ] ; then
         avs="yes"
         define HAVE_AVS
         # dlopen is exported from libc on both *BSD and Haiku



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

-- 
View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/80c1c47cb221aa2d94a204a3e4cdd35aa335790e
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