From: Konke Radlow <kradlow@cisco.com>
To: Gregor Jasny <gjasny@googlemail.com>
Cc: linux-media@vger.kernel.org, hverkuil@xs4all.nl, hdegoede@redhat.com
Subject: Re: [RFC PATCH 0/2] Add support for RDS decoding
Date: Fri, 27 Jul 2012 14:27:39 +0000 [thread overview]
Message-ID: <201207271427.40172.kradlow@cisco.com> (raw)
In-Reply-To: <50118F6F.8030504@googlemail.com>
Yes, I realized too late that the library header file was missing from the
submitted patch. I created a additional patch and attached it to the [RFC
PATCH 1/2] thread.
I updated the repository. It should now be based on the most recent version of
the tree (I used git://git.linuxtv.org/v4l-utils.git as the origin)
changing the condition in the library header from
> #if __GNUC__ >= 4
> #define LIBV4L_PUBLIC __attribute__ ((visibility("default")))
> #else
> #define LIBV4L_PUBLIC
> #endif
to
> #if HAVE_VISIBILITY
> #define LIBV4L_PUBLIC __attribute__ ((visibility("default")))
> #else
> #define LIBV4L_PUBLIC
> #endif
causes linker problems for me. The public library functions can no longer be
found. I cannot figure out why it's working for programs using libv4l2.la but
not for programs using libv4l2rds.la
greetings,
Konke
next prev parent reply other threads:[~2012-07-27 12:28 UTC|newest]
Thread overview: 18+ 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
2012-07-26 18:41 ` [RFC PATCH 0/2] Add support for RDS decoding Gregor Jasny
2012-07-27 14:27 ` Konke Radlow [this message]
2012-07-29 17:07 ` Gregor Jasny
2012-07-30 9:36 ` 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=201207271427.40172.kradlow@cisco.com \
--to=kradlow@cisco.com \
--cc=gjasny@googlemail.com \
--cc=hdegoede@redhat.com \
--cc=hverkuil@xs4all.nl \
--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.