diff options
author | Joseph Jezak <josejx@gentoo.org> | 2006-04-12 20:30:54 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2006-04-12 20:30:54 +0000 |
commit | b6cb229cdc127f0a024960ca5765945d3e52f665 (patch) | |
tree | 479cd81be2a43092fa6b1f88e19827db9e0fa060 /net-www/mplayerplug-in/files/mplayerplug-in-gcc4.patch | |
parent | fix two bugs with a simple trivial feature (diff) | |
download | historical-b6cb229cdc127f0a024960ca5765945d3e52f665.tar.gz historical-b6cb229cdc127f0a024960ca5765945d3e52f665.tar.bz2 historical-b6cb229cdc127f0a024960ca5765945d3e52f665.zip |
Added lateset version and small gcc4 patch from bug #124685.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'net-www/mplayerplug-in/files/mplayerplug-in-gcc4.patch')
-rw-r--r-- | net-www/mplayerplug-in/files/mplayerplug-in-gcc4.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-www/mplayerplug-in/files/mplayerplug-in-gcc4.patch b/net-www/mplayerplug-in/files/mplayerplug-in-gcc4.patch new file mode 100644 index 000000000000..8bca5f462dd8 --- /dev/null +++ b/net-www/mplayerplug-in/files/mplayerplug-in-gcc4.patch @@ -0,0 +1,16 @@ +diff -ur mplayerplug-in-orig/Source/plugin-ui.cpp mplayerplug-in/Source/plugin-ui.cpp +--- mplayerplug-in-orig/Source/plugin-ui.cpp 2006-04-03 16:33:48.362321612 +0000 ++++ mplayerplug-in/Source/plugin-ui.cpp 2006-04-03 16:34:34.376441250 +0000 +@@ -280,11 +280,6 @@ + int term, chop; + int PercentRedraw; + +- if (0) { +- printf("Widget: %i\n", (int) w); +- printf("Message: %s\n", message); +- } +- + if (DEBUG > 1) + printf("state = %i, height = %i width = %i\n", instance->state, + instance->movie_height, instance->movie_width); + |