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
AAFCore.c
AAFDump.c
AAFIEssenceFile.c
AAFIface.c
AAFIParser.c
AAFToText.c
CFBDump.c
LibCFB.c
log.c
MediaComposer.c
ProTools.c
Resolve.c
RIFFParser.c
URIParser.c
utils.c
wscript Yet another attempt at gcc-14 lstat/realpath (#9703 PR #893) 2024-06-27 17:01:46 +02:00