From edf6625c91c3f6f94d12b8e4fd9a1e9e61e392d7 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 15 Apr 2008 16:58:36 +0000 Subject: gst/goom/plugin_info.c: Disable altivec optimisations for 32-bit PPC as well to make things build properly on all PPC... Original commit message from CVS: * gst/goom/plugin_info.c: (setOptimizedMethods): Disable altivec optimisations for 32-bit PPC as well to make things build properly on all PPC systems. Fixes #528143 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31cf6a77..b4cb8960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-15 Tim-Philipp Müller + + * gst/goom/plugin_info.c: (setOptimizedMethods): + Disable altivec optimisations for 32-bit PPC as well to make + things build properly on all PPC systems. Fixes #528143 + 2008-04-14 Tim-Philipp Müller * gst-plugins-good.spec.in: -- cgit