[vlc-devel] [PATCH 2/2] shine: do not build shine.c since it is included from shine_mod.c....
Rafaël Carré
rafael.carre at gmail.com
Sun Sep 27 18:18:31 CEST 2009
On Sun, 27 Sep 2009 13:06:27 +0200
Alexis Ballier <aballier at gentoo.org> wrote:
> ---
> modules/codec/shine/Modules.am | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/modules/codec/shine/Modules.am
> b/modules/codec/shine/Modules.am index e5147bd..2096a70 100644
> --- a/modules/codec/shine/Modules.am
> +++ b/modules/codec/shine/Modules.am
> @@ -1 +1,2 @@
> -SOURCES_shine = shine_mod.c enc_base.h shine.c
> +SOURCES_shine = shine_mod.c enc_base.h
> +EXTRA_DIST += shine.c
It is useless to build shine.o, but then the dependency of shine_mod.c
on shine.c will be removed
I'm not sure how to handle that with automake
--
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090927/d7431ffd/attachment.sig>
More information about the vlc-devel
mailing list