[totem-pl-parser] Fix undefined symbol in libtotem-plparser-mini
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Fix undefined symbol in libtotem-plparser-mini
- Date: Tue, 1 Feb 2011 01:30:24 +0000 (UTC)
commit 0c63fa02401190e0cfa1033f011722964b5031a2
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date: Mon Jan 31 19:12:56 2011 -0600
Fix undefined symbol in libtotem-plparser-mini
totem-pl-parser.c:totem_pl_parser_can_parse_from_uri() calls
totem_pl_parser_is_videosite(), which relies on libquvi.
https://bugzilla.gnome.org/show_bug.cgi?id=640986
configure.in | 2 +-
plparse/Makefile.am | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index b128de5..d2ed347 100644
--- a/configure.in
+++ b/configure.in
@@ -128,7 +128,7 @@ PKG_CHECK_MODULES(TOTEM_PLPARSER, [$pkg_modules])
AC_SUBST(TOTEM_PLPARSER_CFLAGS)
AC_SUBST(TOTEM_PLPARSER_LIBS)
-PKG_CHECK_MODULES([TOTEM_PLPARSER_MINI], [gio-2.0])
+PKG_CHECK_MODULES([TOTEM_PLPARSER_MINI], [gio-2.0 $QUVI])
GNOME_COMMON_INIT
GNOME_DEBUG_CHECK
diff --git a/plparse/Makefile.am b/plparse/Makefile.am
index 8ef1233..46fcf2b 100644
--- a/plparse/Makefile.am
+++ b/plparse/Makefile.am
@@ -106,6 +106,8 @@ libtotem_plparser_mini_la_SOURCES = \
totem-pl-parser-qt.h \
totem-pl-parser-smil.c \
totem-pl-parser-smil.h \
+ totem-pl-parser-videosite.c \
+ totem-pl-parser-videosite.h \
totem-pl-parser-wm.c \
totem-pl-parser-wm.h \
totem-pl-parser-xspf.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]