All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafaël Carré" <funman@videolan.org>
To: Pavel Machek <pavel@ucw.cz>
Cc: "Hans Verkuil" <hans.verkuil@cisco.com>,
	"Linux Media Mailing List" <linux-media@vger.kernel.org>,
	"Rafaël Carré" <funman@videolan.org>
Subject: [PATCH 1/2] sdlcam: fix linking
Date: Mon, 13 Nov 2017 10:19:07 +0100	[thread overview]
Message-ID: <20171113091908.23531-1-funman@videolan.org> (raw)

Signed-off-by: Rafaël Carré <funman@videolan.org>
---
 contrib/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/test/Makefile.am b/contrib/test/Makefile.am
index 6a4303d7..0188fe21 100644
--- a/contrib/test/Makefile.am
+++ b/contrib/test/Makefile.am
@@ -37,7 +37,7 @@ v4l2gl_LDADD = ../../lib/libv4l2/libv4l2.la ../../lib/libv4lconvert/libv4lconver
 
 sdlcam_LDFLAGS = $(JPEG_LIBS) $(SDL2_LIBS) -lm -ldl -lrt
 sdlcam_CFLAGS = -I../.. $(SDL2_CFLAGS)
-sdlcam_LDADD = ../../lib/libv4l2/.libs/libv4l2.a  ../../lib/libv4lconvert/.libs/libv4lconvert.a
+sdlcam_LDADD = ../../lib/libv4l2/libv4l2.la  ../../lib/libv4lconvert/libv4lconvert.la
 
 mc_nextgen_test_CFLAGS = $(LIBUDEV_CFLAGS)
 mc_nextgen_test_LDFLAGS = $(LIBUDEV_LIBS)
-- 
2.14.1

             reply	other threads:[~2017-11-13  9:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-13  9:19 Rafaël Carré [this message]
2017-11-13  9:19 ` [PATCH 2/2] sdlcam: ignore binary Rafaël Carré
     [not found]   ` <20171113092012.GB20206@amd>
2017-11-13  9:34     ` Rafaël Carré
2017-11-13  9:20 ` [PATCH 1/2] sdlcam: fix linking Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2017-11-10 16:05 Rafaël Carré
2017-11-11 12:04 ` Rafaël Carré

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=20171113091908.23531-1-funman@videolan.org \
    --to=funman@videolan.org \
    --cc=hans.verkuil@cisco.com \
    --cc=linux-media@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /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.