totem/totem-libs.patch
Matthias Clasen feb07c1c13 more libs
2010-02-14 20:52:44 +00:00

26 lines
945 B
Diff

diff -up totem-2.29.4/browser-plugin/Makefile.am.libs totem-2.29.4/browser-plugin/Makefile.am
--- totem-2.29.4/browser-plugin/Makefile.am.libs 2010-02-14 15:50:25.578304453 -0500
+++ totem-2.29.4/browser-plugin/Makefile.am 2010-02-14 15:50:39.139178785 -0500
@@ -55,7 +55,7 @@ test_glow_button_SOURCES = \
test_glow_button_LDADD = \
libtotembrowserplugin_helper.la \
- $(DEPENDENCY_LIBS)
+ $(DEPENDENCY_LIBS) -lm
test_glow_button_CFLAGS = \
$(DEPENDENCY_CFLAGS) \
diff -up totem-2.29.4/src/backend/Makefile.am.libs totem-2.29.4/src/backend/Makefile.am
--- totem-2.29.4/src/backend/Makefile.am.libs 2010-02-14 15:27:02.078153914 -0500
+++ totem-2.29.4/src/backend/Makefile.am 2010-02-14 15:27:37.630904281 -0500
@@ -60,7 +60,8 @@ libbaconvideowidget_la_LIBADD = \
$(GST_LIBS) \
$(EXTRA_BACKEND_LIBS) \
$(X_LIBS) \
- $(MISSING_PLUGINS_LIBS)
+ $(MISSING_PLUGINS_LIBS) \
+ -lm
libbaconvideowidget_la_LDFLAGS= \
-no-undefined