[vlc-devel] [PATCH] Specify libtool CC tag in access/Modules.am

Brendon Justin brendonjustin at gmail.com
Sun Sep 9 00:04:27 CEST 2012


I copied that from another file, but there is a typo.  "Moreovcer" should be "Moreover". At least modules/gui/macosx/Modules.am has the typo; I didn't check other files.

Sorry about that. 

Thanks,
Brendon Justin


On Saturday, September 8, 2012 at 5:59 PM, Brendon Justin wrote:

> ---
> Compilation fails for me without this on OS X 10.8. Nightly builds
> continue to work without this, so maybe it's a problem on my end.
> 
> modules/access/Modules.am (http://Modules.am) | 5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/modules/access/Modules.am (http://Modules.am) b/modules/access/Modules.am (http://Modules.am)
> index 80ff073..9925556 100644
> --- a/modules/access/Modules.am (http://Modules.am)
> +++ b/modules/access/Modules.am (http://Modules.am)
> @@ -1,3 +1,8 @@
> +# Automake forgets to add a proper tag to libtool with Objective-C files.
> +# Moreovcer Libtool should default tag to CC when none is specified but
> +# obviously does not. Here is a fix for that.
> +LIBTOOL=@LIBTOOL@ --tag=CC
> +
> BASE_SUBDIRS = bd mms rtp rtsp screen vcd vcdx zip
> EXTRA_SUBDIRS = dshow
> SUBDIRS = $(BASE_SUBDIRS)
> -- 
> 1.7.9.6 (Apple Git-31.1)
> 
> 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120908/4b191e61/attachment.html>


More information about the vlc-devel mailing list