buildrootschalter/package/vlc
Arnout Vandecappelle 39a00df346 vlc: avoid that AUTORECONF renames configure's arguments
VLC defines two autoconf functions which are also defined by our own
pkg.m4 from pkgconf. Unfortunately, they are defined in a different way:
VLC adds --enable- options, but pkg.m4 adds --with- options. To make
sure we use VLC's definition, rename these two functions from
PKG_WITH_MODULES to VLC_PKG_WITH_MODULES and from PKG_HAVE_WITH_MODULES
to VLC_PKG_HAVE_WITH_MODULES.

Note that the second function (PKG_HAVE_WITH_MODULES) is in fact
defined in exactly the same way by VLC and pkgconf, but this might no
longer be the case when either pkgconf or VLC is updated. Therefore,
that one is renamed as well.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Simon Dawson <spdawson@gmail.com>
Tested-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-01 14:53:19 +01:00
..
Config.in vlc: needs toolchain with c++ support 2014-02-26 13:17:44 +01:00
vlc-0001-fix-link-error.patch
vlc-0002-configure.ac-add-check-for-libgcrypt-config-program.patch vlc: fix libgcrypt support 2014-02-08 22:05:22 +01:00
vlc-0003-automake-add-subdir-objects-option.patch vlc: add a patch to remove autoreconf warnings 2014-02-27 15:31:54 +01:00
vlc.mk vlc: avoid that AUTORECONF renames configure's arguments 2014-03-01 14:53:19 +01:00