mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-01 20:48:54 +02:00
4f177d6f8ec2a586076aa9ad63f11b362b2d20e7
* Assembler code completely disabled for gcc2. Cross platform C code is used instead, which means this needs more CPU than the 0.10.x branch with asm enabled. But, at least it works. * Redone the gcc2 support to make it more well behaved. Things that only * need to be disabled for gcc2 are under a #if __GNUC__ > 2 check, instead of #if 0. Also removed a lot of hacks to the configure script that are not needed anymore. * Since the patch for gcc2 should not create problems for the gcc4 version, use a single patch. The hack used to decide which patchset to use did not work, because effectoiveTargetarchitecture was not set yet when parsing the file to find the PATCHES variable. * I leave this marked as broken for gcc2, because 0.11.5 was not updated for years, while the ffmpeg team is still updating the 0.10.x branch with regular releases. This means 0.10 gets bugfixes in the codecs, and 0.11 doesn't. We better use the latest codecs, even if we don't get the latest API.
Welcome to HaikuPorts!
To get started, read the wiki!
Description
Languages
Shell
96.3%
Roff
2.4%
M4
0.5%
C
0.4%
Makefile
0.3%