From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv4] vlc: New package
Date: Sun, 18 Mar 2012 17:15:27 +0100 [thread overview]
Message-ID: <201203181715.28279.arnout@mind.be> (raw)
In-Reply-To: <1331746290-30643-1-git-send-email-ismael.luceno@gmail.com>
On Wednesday 14 March 2012 18:31:30 Ismael Luceno wrote:
[snip]
> +VLC_CONF_OPTS += --disable-rpath --enable-run-as-root
Have you tested this yourself? It should be VLC_CONF_OPT...
[snip]
> +ifeq ($(BR2_PACKAGE_AVCODEC),y)
This should be BR2_PACKAGE_VLC_AVCODEC.
> +VLC_DEPENDENCIES += ffmpeg
> +VLC_CONF_OPTS += --enable-avcodec --enable-avformat
> +VLC_CONF_OPTS += --$(if $(BR2_PACKAGE_VLC_POSTPROC),en,dis)able-postproc
> +VLC_CONF_OPTS += --$(if $(BR2_PACKAGE_VLC_SWSCALE),en,dis)able-swscale
> +else
> +VLC_CONF_OPTS += --disable-avcodec --disable-avformat
And here you should add --disable-postproc --disable-swscale
> +endif
[snip]
> +ifeq ($(BR2_PACKAGE_VLC_V4L2),y)
> +VLC_DEPENDENCIES += libv4l
> +VLC_CONF_OPTS += --enable-libv4l2
> +else
> +VLC_CONF_OPTS += --disable-libv4l2
> +endif
This should be en/disable-v4l2 (without the lib).
[snip]
Also, during the config, I see quite a few lines like this:
configure: WARNING: Library jack needed for jack was not found
This isn't really a problem at the moment for libraries that are not
included in buildroot, like jack (and I guess none of the others are
included). But if any of these are ever included in buildroot, they
will make the build of vlc unpredictable - if jack is built first, vlc
will be built with jack support, but if vlc is built first it will be
without jack support.
So ideally, everything which isn't supported should be --disable'd.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
prev parent reply other threads:[~2012-03-18 16:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-14 17:31 [Buildroot] [PATCHv4] vlc: New package Ismael Luceno
2012-03-18 16:15 ` Arnout Vandecappelle [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201203181715.28279.arnout@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox