26 lines
945 B
Diff
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
|