OpenBSD settings by Nikns Siankin <nikns at secure lv>
authorMåns Rullgård <mans@mansr.com>
Sat, 9 Dec 2006 01:27:30 +0000 (01:27 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 9 Dec 2006 01:27:30 +0000 (01:27 +0000)
Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 7215540..55cca53 100755 (executable)
--- 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)