[FFmpeg-devel] [PATCH] remove OpenBSD SLIBNAME nonsense

Jacob Meuser jakemsr
Sat Dec 13 02:14:01 CET 2008


On Sat, Dec 13, 2008 at 12:06:52AM +0100, Reimar D?ffinger wrote:
> Hello,
> currently there is some nonsense in configure with SLIBNAME for OpenBSD
> which leads only messages like "no rule to make
> libavcodec/libavcodec.so".
> Maybe there is actually a sense to these changes, but since I can't see
> any (it works just fine without as far as I can tell) I propose this
> change:

iirc the idea was to use openbsd's preferred library versioning
scheme.  it's probably cruft.

> Index: configure
> ===================================================================
> --- configure   (revision 16083)
> +++ configure   (working copy)
> @@ -1405,9 +1405,6 @@
>          disable need_memalign
>          LIBOBJFLAGS='$(PIC)'
>          SHFLAGS='-shared'
> -        SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF).$(LIBVERSION)'
> -        SLIBNAME_WITH_VERSION='$(SLIBNAME)'
> -        SLIBNAME_WITH_MAJOR='$(SLIBNAME)'
>          oss_demuxer_extralibs="-lossaudio"
>          oss_muxer_extralibs="-lossaudio"
>          ;;
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel

-- 
jakemsr at sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org




More information about the ffmpeg-devel mailing list