summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-25 10:32:35 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-25 10:32:35 +0000
commit58a68b1823c7f6c0f995775034fb2b31e2929c12 (patch)
tree40da72025a5bf147c971a466a07eefff00d51d46 /ChangeLog
parentcfee7319388dcafac9a5464606341c0d4b589122 (diff)
gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, not only normal MMX.
Original commit message from CVS: * gst/goom/plugin_info.c: (setOptimizedMethods): Use extended MMX for draw_line() too if available, not only normal MMX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80e5ac84..89895f17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/goom/plugin_info.c: (setOptimizedMethods):
+ Use extended MMX for draw_line() too if available, not only
+ normal MMX.
+
+2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/jpeg/gstjpeg.c: (plugin_init):
Remove (commented out) smoke typefinder. This is in base now.