[FFmpeg-devel] [PATCH] OpenBSD suport
    Brad Smith 
    brad at comstyle.com
       
    Sat Feb 15 22:29:41 EET 2020
    
    
  
- Garbage collect bitrig. Was a OpenBSD derivative that has been dead for quite awhile.
- Enable section_data_rel_ro for ARM support.
diff --git a/configure b/configure
index ab761c7183..9221621bd1 100755
--- a/configure
+++ b/configure
@@ -5303,8 +5303,9 @@ case $target_os in
         oss_outdev_extralibs="-lossaudio"
         enabled gcc || check_ldflags -Wl,-zmuldefs
         ;;
-    openbsd|bitrig)
+    openbsd)
         disable symver
+        enable section_data_rel_ro
         striptype=""
         SHFLAGS='-shared'
         SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
    
    
More information about the ffmpeg-devel
mailing list