search for: 2de567f

Displaying 2 results from an estimated 2 matches for "2de567f".

2013 Apr 19
2
Preprocessor error when trying to build integer-only
...&& defined(__GNUC__) && (__GNUC__ >= 4 || (__GNUC__ == 3 && > __GNUC_MINOR__ >= 4)) I really wonder why anyone would have left it like this. Maybe something went wrong? Removing the first && solved the problem and it compiled nicely. This is current git (2de567f), all tests passed after this small change.
2013 Apr 09
1
ogg not statically linked
...e as a dll, flac will use the dll instead of linking statically. If I built libogg with --disable-shared, flac will use the static library. This is the case for building natively as well as when cross-compiling. I've verified this with the dependency walker. This happened with current git (2de567f) I don't know whether this is a bug or a feature, but I thought I should report this anyway. Aside from the thing mentioned above, all tests passed for both static as well as shared built on Windows with mingw32.