[vlc-devel] Patch for iOS Build
Rafaël Carré
funman at videolan.org
Thu Jul 12 08:14:25 CEST 2012
Hello,
Le 2012-07-11 22:48, Jörg Bleyel a écrit :
> diff --git a/contrib/src/theora/rules.mak b/contrib/src/theora/rules.mak
> index 7c13619..071223c 100644
> --- a/contrib/src/theora/rules.mak
> +++ b/contrib/src/theora/rules.mak
> @@ -47,6 +47,12 @@ endif
> DEPS_theora = ogg $(DEPS_ogg)
>
> .theora: libtheora
> +ifdef HAVE_IOS
> + $(RECONF)
> +endif
> +ifdef HAVE_MACOSX64
> + $(RECONF)
> +endif
> ifdef HAVE_WIN32
> $(RECONF)
> endif
Here, RECONF should be unconditional instead of matching every OS which
exists.
Please have a look at
http://wiki.videolan.org/Git#Submitting_patches_to_the_vlc-devel_or_x264-devel
for the preferred way to send patches (with git format-patch or git
send-email)
More information about the vlc-devel
mailing list