diff options
author | Måns Rullgård <mans@mansr.com> | 2006-12-09 01:27:30 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-12-09 01:27:30 +0000 |
commit | 8d0ba041b339f442a07973ad1849a7fd04da4d4c (patch) | |
tree | 9d00a5f38691bb59e31908512ce26feed2961272 | |
parent | 5d32360264a5b6b580aaab02d28f3e884bde25f2 (diff) | |
download | ffmpeg-8d0ba041b339f442a07973ad1849a7fd04da4d4c.tar.gz |
OpenBSD settings by Nikns Siankin <nikns at secure lv>
Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |