LFS
BLFS
ALFS
Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 1
and
Version 2
of
libmad
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
12/14/2008 06:18:43 PM (
14 years
ago)
Author:
ken@…
Comment:
point out the fix until such time as
#2684
is addressed.
Legend:
Unmodified
Added
Removed
Modified
libmad
v1
v2
1
1
= Libmad =
2
3
For gcc-4.3.2, -fforce-mem is no longer a valid option and causes cc1 to barf. Fix it with a sed before running configure:
4
{{{
5
sed -i '/-fforce-mem/d' configure
6
}}}
2
7
3
8
[wiki:MultimediaLibrariesandDrivers Up][[br]]