public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH tvtime 1/2] Remove -lsupc++ from LDFLAGS
@ 2016-02-09 10:59 Hans de Goede
  2016-02-09 10:59 ` [PATCH tvtime 2/2] xvoutput: Add support for planar yuv formats Hans de Goede
  0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2016-02-09 10:59 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Hans de Goede

tvtime does not use any functions from libsupc++, so there is no need
to link to it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index d3e7044..4b4612f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,7 +83,7 @@ tvtime_CFLAGS = $(TTF_CFLAGS) $(PNG_CFLAGS) $(OPT_CFLAGS) \
 	$(PLUGIN_CFLAGS) $(X11_CFLAGS) $(XML2_FLAG) $(ALSA_CFLAGS) \
 	$(FONT_CFLAGS) $(AM_CFLAGS)
 tvtime_LDFLAGS  = $(TTF_LIBS) $(ZLIB_LIBS) $(PNG_LIBS) \
-	$(X11_LIBS) $(XML2_LIBS) $(ALSA_LIBS) -lm -lsupc++
+	$(X11_LIBS) $(XML2_LIBS) $(ALSA_LIBS) -lm
 
 tvtime_command_SOURCES = utils.h utils.c tvtimeconf.h tvtimeconf.c \
 	tvtime-command.c
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-09 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 10:59 [PATCH tvtime 1/2] Remove -lsupc++ from LDFLAGS Hans de Goede
2016-02-09 10:59 ` [PATCH tvtime 2/2] xvoutput: Add support for planar yuv formats Hans de Goede
2016-02-09 14:20   ` Devin Heitmueller
2016-02-09 16:50     ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox