[vlc-devel] [vlc-commits] contrib: update rules for postproc

Rémi Denis-Courmont remi at remlab.net
Thu Jan 3 15:26:35 CET 2013


On Thu,  3 Jan 2013 14:58:43 +0100 (CET), git at videolan.org (Rafaël Carré)
wrote:
> vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan  3
> 13:00:18 2013 +0100| [9679cef492186a33f048c11396ed3c68891e5a2a] |
> committer: Rafaël Carré
> 
> contrib: update rules for postproc
> 
> armv7-a obviously implies arm

Yes, but an $ARCH is always computed correctly, unlike HAVE_ARMV7A.

Besides, Thumb does not require ARMv7-A.

> remove obsolete comment

The comment is just plain idiotic, not obsolete.

>>
http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9679cef492186a33f048c11396ed3c68891e5a2a
> ---
> 
>  contrib/src/postproc/rules.mak |    3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/contrib/src/postproc/rules.mak
> b/contrib/src/postproc/rules.mak
> index 307ffa0..a9debe3 100644
> --- a/contrib/src/postproc/rules.mak
> +++ b/contrib/src/postproc/rules.mak
> @@ -12,13 +12,10 @@ DEPS_postproc = ffmpeg
>  
>  ifdef ENABLE_SMALL
>  POSTPROCCONF += --enable-small
> -ifeq ($(ARCH),arm)
>  ifdef HAVE_ARMV7A
> -# XXX: assumes > ARMv7-A, and thus thumb2-able
>  FFMPEGCONF += --enable-thumb
>  endif
>  endif
> -endif
>  
>  ifdef HAVE_CROSS_COMPILE
>  POSTPROCCONF += --enable-cross-compile
> 
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> http://mailman.videolan.org/listinfo/vlc-commits

-- 
Rémi Denis-Courmont
Sent from my collocated server



More information about the vlc-devel mailing list