[vlc-devel] [PATCH] Contrib: enable compilation flags for tegra2 Cra^H^HPUs
Rémi Denis-Courmont
remi at remlab.net
Thu Mar 29 08:18:29 CEST 2012
On Wed, 28 Mar 2012 18:29:08 +0200, Jean-Baptiste Kempf <jb at videolan.org>
wrote:
> ---
> contrib/bootstrap | 1 +
> contrib/src/main.mak | 4 ++++
> 2 files changed, 5 insertions(+)
>
> diff --git a/contrib/bootstrap b/contrib/bootstrap
> index 9266fd6..6c4f122 100755
> --- a/contrib/bootstrap
> +++ b/contrib/bootstrap
> @@ -178,6 +178,7 @@ check_android_sdk()
> [ -z "${ANDROID_NDK}" ] && echo "You must set ANDROID_NDK environment
> variable" && exit 1
> add_make "ANDROID_NDK := ${ANDROID_NDK}"
> test -z "${NO_NEON}" && add_make_enabled "HAVE_NEON"
> + test -n "${TEGRA2}" && add_make_enabled "HAVE_TEGRA2"
There are no needs to clutter the build system to change global compiler
flags. This makes sense when you have some package-specific tuning, but
here not.
I really don't think we want custom hacks for every contemporary or future
Android ports.
--
Rémi Denis-Courmont
Sent from my collocated server
More information about the vlc-devel
mailing list