summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-03-31 22:06:14 +0000
committerDavid Schleef <ds@schleef.org>2008-03-31 22:06:14 +0000
commitec5e76cab4d9d19ab25c402cf1a4e6e42ab1a146 (patch)
treee23d3f7f247b60c068a9f84d277dfd6ca2e91cac /ChangeLog
parent01c237e91d664e14d9ec2afb1ddf0aa07ca0579c (diff)
gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently. Fixes #522278.
Original commit message from CVS: * gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently. Fixes #522278.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f29cf138..a9d50191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-31 David Schleef <ds@schleef.org>
+
+ * gst/goom/xmmx.c: Fix constraints on asm code so that it
+ compiles consistently. Fixes #522278.
+
2008-03-27 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Brian Cameron <brian.cameron at sun dot com>