From 8d0ba041b339f442a07973ad1849a7fd04da4d4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Sat, 9 Dec 2006 01:27:30 +0000
Subject: [PATCH] OpenBSD settings by Nikns Siankin <nikns at secure lv>

Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index 7215540dd5d..55cca538028 100755
--- a/configure
+++ b/configure
@@ -695,9 +695,14 @@ video4linux2="no"
 bktr="yes"
 audio_oss="yes"
 dv1394="no"
+need_memalign="no"
 make="gmake"
 LIBOBJFLAGS="\$(PIC)"
 LDCONFIG="ldconfig -m \$(shlibdir)"
+SHFLAGS='-shared'
+SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)'
+SLIBNAME_WITH_VERSION='$(SLIBNAME)'
+SLIBNAME_WITH_MAJOR='$(SLIBNAME)'
 add_extralibs "-lossaudio"
 ;;
 FreeBSD)
-- 
GitLab