[vlc-devel] [PATCH 1/3] ffmpeg: enable PIC on Solaris
Rémi Denis-Courmont
remi at remlab.net
Tue Jun 24 10:35:32 CEST 2014
Le 2014-06-24 09:08, Sean McGovern a écrit :
> ---
> contrib/src/ffmpeg/rules.mak | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/contrib/src/ffmpeg/rules.mak
> b/contrib/src/ffmpeg/rules.mak
> index 4ce4682..8633bb8 100644
> --- a/contrib/src/ffmpeg/rules.mak
> +++ b/contrib/src/ffmpeg/rules.mak
> @@ -135,6 +135,10 @@ else # !Windows
> FFMPEGCONF += --enable-pthreads
> endif
>
> +ifdef HAVE_SOLARIS
> +FFMPEGCONF += --cpu=core2 --enable-pic
> +endif
> +
Please keep consistent style with other OSes. Otherwise seems fine.
> # Build
> PKGS += ffmpeg
> ifeq ($(call need_pkg,"libavcodec >= 54.25.0 libavformat >= 53.21.0
> libswscale"),)
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list