From: Gregor Jasny <gjasny@googlemail.com>
To: Konke Radlow <kradlow@cisco.com>
Cc: linux-media@vger.kernel.org, hverkuil@xs4all.nl, hdegoede@redhat.com
Subject: Re: [RFC PATCH 1/2] Initial version of the RDS-decoder library Signed-off-by: Konke Radlow <kradlow@cisco.com>
Date: Thu, 26 Jul 2012 20:49:00 +0200 [thread overview]
Message-ID: <5011911C.4070703@googlemail.com> (raw)
In-Reply-To: <d4b6f91016e799647e929972c60c604f271fb188.1343237398.git.kradlow@cisco.com>
On 7/25/12 7:44 PM, Konke Radlow wrote:
> --- /dev/null
> +++ b/lib/libv4l2rds/Makefile.am
> @@ -0,0 +1,11 @@
> +if WITH_LIBV4L
> +lib_LTLIBRARIES = libv4l2rds.la
> +include_HEADERS = ../include/libv4l2rds.h
> +pkgconfig_DATA = libv4l2rds.pc
> +else
> +noinst_LTLIBRARIES = libv4l2rds.la
> +endif
> +
> +libv4l2rds_la_SOURCES = libv4l2rds.c
> +libv4l2rds_la_CPPFLAGS = -fvisibility=hidden $(ENFORCE_LIBV4L_STATIC) -std=c99
> +libv4l2rds_la_LDFLAGS = -version-info 0 -lpthread $(DLOPEN_LIBS) $(ENFORCE_LIBV4L_STATIC)
You don't call dlopen, so you can drop $(DLOPEN_LIBS)
next prev parent reply other threads:[~2012-07-26 18:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 17:43 [RFC PATCH 0/2] Add support for RDS decoding Konke Radlow
2012-07-25 17:44 ` [RFC PATCH 1/2] Initial version of the RDS-decoder library Signed-off-by: Konke Radlow <kradlow@cisco.com> Konke Radlow
2012-07-25 17:44 ` [RFC PATCH 2/2] Initial version of RDS Control utility " Konke Radlow
2012-07-26 19:02 ` Gregor Jasny
2012-07-26 19:13 ` Gregor Jasny
2012-07-26 19:46 ` Konke Radlow
2012-07-27 6:50 ` Hans Verkuil
2012-07-28 11:11 ` Hans de Goede
2012-07-30 6:50 ` Hans Verkuil
2012-07-26 14:28 ` [RFC PATCH 1/2] Initial version of the RDS-decoder library " Ezequiel Garcia
2012-07-26 14:39 ` Hans Verkuil
2012-07-26 14:41 ` Ezequiel Garcia
2012-07-26 18:46 ` Gregor Jasny
2012-07-26 18:49 ` Gregor Jasny [this message]
2012-07-26 18:41 ` [RFC PATCH 0/2] Add support for RDS decoding Gregor Jasny
2012-07-27 14:27 ` Konke Radlow
2012-07-29 17:07 ` Gregor Jasny
2012-07-30 9:36 ` Konke Radlow
-- strict thread matches above, loose matches on Subject: below --
2012-07-26 16:21 [RFC PATCH 1/2] Initial version of the RDS-decoder library Signed-off-by: Konke Radlow <kradlow@cisco.com> Konke Radlow
2012-07-28 11:08 ` Hans de Goede
2012-07-30 14:41 ` Konke Radlow
2012-07-30 14:46 ` Konke Radlow
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=5011911C.4070703@googlemail.com \
--to=gjasny@googlemail.com \
--cc=hdegoede@redhat.com \
--cc=hverkuil@xs4all.nl \
--cc=kradlow@cisco.com \
--cc=linux-media@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.