SOURCES: mplayerplug-in-g_idle_add-fix.patch (NEW) - fix build on ...
shadzik
shadzik at pld-linux.org
Tue Dec 19 07:48:53 CET 2006
Author: shadzik Date: Tue Dec 19 06:48:53 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix build on --enable-x (don't include function that works only with gtk enabled)
---- Files affected:
SOURCES:
mplayerplug-in-g_idle_add-fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mplayerplug-in-g_idle_add-fix.patch
diff -u /dev/null SOURCES/mplayerplug-in-g_idle_add-fix.patch:1.1
--- /dev/null Tue Dec 19 07:48:53 2006
+++ SOURCES/mplayerplug-in-g_idle_add-fix.patch Tue Dec 19 07:48:48 2006
@@ -0,0 +1,12 @@
+--- mplayerplug-in/Source/plugin-threads.cpp 2006-12-16 15:59:55.000000000 +0100
++++ mplayerplug-in/Source/plugin-threads.cpp-new 2006-12-19 07:42:09.000000000 +0100
+@@ -1068,7 +1068,9 @@
+ if (DEBUG)
+ printf("Volume = %i\n",
+ local_td->instance->volume);
++#ifdef GTK_ENABLED
+ g_idle_add(gtkgui_setvolumetip,local_td->instance);
++#endif
+ }
+
+ pthread_testcancel();
================================================================
More information about the pld-cvs-commit
mailing list