13
0
livetrax/libs/aaf
Robin Gareus da520cecf3
Yet another attempt at gcc-14 lstat/realpath (#9703 PR #893)
See also 4b8b5acfc4 and realpath(3)

```
realpath():
   _XOPEN_SOURCE >= 500
       || /* Glibc since 2.19: */ _DEFAULT_SOURCE
       || /* Glibc versions <= 2.19: */ _BSD_SOURCE
```
2024-06-27 17:01:46 +02:00
..
aaf Fix -Waddress (and expand tabs) 2024-04-24 18:06:27 +02:00
AAFClass.c Update libaaf to v1.0-10-g13f0b0a 2024-03-19 20:59:04 +01:00
AAFCore.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
AAFDump.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
AAFIEssenceFile.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
AAFIface.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
AAFIParser.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
AAFToText.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
CFBDump.c Update libaaf to v1.0-10-g13f0b0a 2024-03-19 20:59:04 +01:00
LibCFB.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
log.c Update libaaf to v1.0-10-g13f0b0a 2024-03-19 20:59:04 +01:00
MediaComposer.c Update libaaf to v1.0-10-g13f0b0a 2024-03-19 20:59:04 +01:00
ProTools.c Update libaaf to v1.0-10-g13f0b0a 2024-03-19 20:59:04 +01:00
Resolve.c Update libaaf to v1.0-10-g13f0b0a 2024-03-19 20:59:04 +01:00
RIFFParser.c Update libaaf to v1.0-10-g13f0b0a 2024-03-19 20:59:04 +01:00
URIParser.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
utils.c Update libaaf to v1.0-11-gb04c547 2024-04-24 17:13:00 +02:00
wscript Yet another attempt at gcc-14 lstat/realpath (#9703 PR #893) 2024-06-27 17:01:46 +02:00