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
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to