From: Gregor Jasny <gjasny@googlemail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [v4l-utils] Use RCC variable to call rcc compiler
Date: Mon, 08 Oct 2012 08:26:16 +0200 [thread overview]
Message-ID: <50727208.8020902@googlemail.com> (raw)
In-Reply-To: <1349635312-3045-1-git-send-email-raj.khem@gmail.com>
Hello Khem,
On 10/7/12 8:41 PM, Khem Raj wrote:
> In cross compile environment rcc native version
> may be staged in a different directory or even
> called rcc4 or somesuch. Lets provide a facility
> to specify it in environment
I'll take care of this patch.
> diff --git a/utils/qv4l2/Makefile.am b/utils/qv4l2/Makefile.am
> index 02d0bcb..86d0285 100644
> --- a/utils/qv4l2/Makefile.am
> +++ b/utils/qv4l2/Makefile.am
> @@ -29,7 +29,7 @@ moc_capture-win.cpp: $(srcdir)/capture-win.h
>
> # Call the Qt resource compiler
> qrc_qv4l2.cpp: $(srcdir)/qv4l2.qrc
> - rcc -name qv4l2 -o $@ $(srcdir)/qv4l2.qrc
> + $(RCC) -name qv4l2 -o $@ $(srcdir)/qv4l2.qrc
>
> install-data-local:
> $(INSTALL_DATA) -D -p "$(srcdir)/qv4l2.desktop" "$(DESTDIR)$(datadir)/applications/qv4l2.desktop"
>
Where does RCC gets populated? The configure.ac parts seems to be missing.
Thanks,
Gregor
next prev parent reply other threads:[~2012-10-08 6:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-07 18:41 [v4l-utils] Use RCC variable to call rcc compiler Khem Raj
2012-10-08 6:26 ` Gregor Jasny [this message]
2012-10-08 13:50 ` Khem Raj
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=50727208.8020902@googlemail.com \
--to=gjasny@googlemail.com \
--cc=linux-media@vger.kernel.org \
--cc=raj.khem@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).