summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2004-06-06 19:58:02 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2004-06-06 19:58:02 +0000
commit1f69deaa8b0d810d4ec37615c616f4d8b191513f (patch)
tree00a5410cb0b40bb7a30b7280cee552ca1e0aaef0 /media-libs/libmpeg2/ChangeLog
parentSparc me like a hurricane. (diff)
downloadhistorical-1f69deaa8b0d810d4ec37615c616f4d8b191513f.tar.gz
historical-1f69deaa8b0d810d4ec37615c616f4d8b191513f.tar.bz2
historical-1f69deaa8b0d810d4ec37615c616f4d8b191513f.zip
Fixed a compilation-error when Altivec is disabled on PowerPC.
Diffstat (limited to 'media-libs/libmpeg2/ChangeLog')
-rw-r--r--media-libs/libmpeg2/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/media-libs/libmpeg2/ChangeLog b/media-libs/libmpeg2/ChangeLog
index ec9a82c862da..990b345fde30 100644
--- a/media-libs/libmpeg2/ChangeLog
+++ b/media-libs/libmpeg2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libmpeg2
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.23 2004/04/27 09:07:24 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.24 2004/06/06 19:58:02 hansmi Exp $
+
+ 06 Jun 2004; Michael Hanselmann <hansmi@gentoo.org>
+ +files/altivec-fix-0.4.0b.diff, libmpeg2-0.4.0b.ebuild:
+ Added a patch to fix compilation-errors on PowerPC with Altivec disabled. This
+ may happen if the code is being compiled for a G3-processor (-mcpu=G3 or
+ -mcpu=750).
11 Apr 2004; Jason Wever <weeve@gentoo.org> libmpeg2-0.4.0b.ebuild:
Added ~sparc keyword.