[Ffmpeg-devel] ffmpeg build patches

Måns Rullgård mru
Sat Dec 9 02:28:36 CET 2006


Nikns Siankin <nikns at secure.lv> writes:

> Updating OpenBSD ffmpeg port, I have made patches which could be
> commited into ffmpeg project.
>
> --- configure.orig Wed Nov 29 01:55:24 2006
> +++ configure Fri Dec 8 10:52:55 2006 @@ 
> -692,6 +692,10 @@ make="gmake"
>
>  LIBOBJFLAGS="\$(PIC)"
>  LDCONFIG="ldconfig -m \$(shlibdir)"
>  add_extralibs "-lossaudio"
> +SHFLAGS='-shared'
> +SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)'
> +SLIBNAME_WITH_VERSION='$(SLIBNAME)'
> +SLIBNAME_WITH_MAJOR='$(SLIBNAME)'
>  ;;
>  FreeBSD)
>  video4linux="no"

This part committed.

> @@ -1413,7 +1417,7 @@ check_func memalign
>
>  if test "$memalign" = "no" -a "$mmx" = "yes" -a \
>          "$memalign_hack" != "yes" -a "$targetos" != "Darwin" -a \
> -        "$targetos" != "FreeBSD" ; then
> +        "$targetos" != "FreeBSD" -a "$targetos" != "OpenBSD"; then
>      die "Error, no memalign() but SSE enabled, disable it or use 
> --enable-memalign-hack."
>  fi

This part done differently.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list