Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Remove #undefs for formerly forbidden system functions | Diego Biurrun | 2013-11-07 | 1 | -2/+0 |
| | | | | | The macros forbidding the system functions no longer exist, obviating the need for the #undefs. | ||||
* | getopt: Remove an unnecessary define | Martin Storsjö | 2012-08-16 | 1 | -2/+0 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | getopt: Add missing includes | Martin Storsjö | 2012-08-16 | 1 | -0/+3 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | dct/fft-test: use a replacement getopt() if the system has none present. | Ronald S. Bultje | 2012-07-11 | 1 | -0/+84 |
This allows compiling and running these tests on systems lacking a built- in version of getopt(), such as MSVC. Signed-off-by: Anton Khirnov <anton@khirnov.net> |