discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] How to add an sdl video sink to grc


From: Elvis Dowson
Subject: Re: [Discuss-gnuradio] How to add an sdl video sink to grc
Date: Mon, 16 May 2011 11:04:32 +0400

Hi,

On May 11, 2011, at 5:16 PM, intermilan wrote:

> hi:
>  I think you should look at the follow web page
> http://gnuradio.org/redmine/wiki/gnuradio/GNURadioCompanion
> then you should know how to add a block into GRC.

I followed those steps and it appears in GRC. I made an entry in my 
.gnuradio/config.conf file to point to the the following location

gnuradio/gr-video-sdl/grc

and created a file called video_sink.xml file in gnuradio/gr-video-sdl/grc

If I have a file gnuradio/gr-video-sdl/grc/Makefile.am with the following 
contents, how can I generate the corresponding Makefile.in?

include $(top_srcdir)/Makefile.common

grcblocksdir = $(grc_blocksdir)

dist_grcblocks_DATA = \
        video_sink.xml

I'm using gnuradio/gr-audio/grc as a reference, plus the gr-video-sdl headers, 
while trying to add the GRC block, so that later on, it can be submitted back 
to the mainline repository.

Elvis Dowson



reply via email to

[Prev in Thread] Current Thread [Next in Thread]