Commit Graph

6 Commits

Author SHA1 Message Date
Robin Gareus 4b8b5acfc4
Fix builds with gcc-14 lstat (#9703 PR #893)
from stat(2)
```
lstat():
    /* glibc 2.19 and earlier */ _BSD_SOURCE
        || /* Since glibc 2.20 */ _DEFAULT_SOURCE
        || _XOPEN_SOURCE >= 500
        || /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200112L

```
2024-05-07 00:17:56 +02:00
agfline bd937366fd
Update libaaf to v1.0-1-gdef35bf 2024-03-10 22:11:47 +01:00
Robin Gareus b230c2eb28
Build against local libAAF (0.6.0 is not yet released)
Revert once libAAF API is stable after libAAF 1.0
2024-02-18 20:38:33 +01:00
Robin Gareus a5f4bf39d1
Update libAAF (upstream v0.6-45-g9171e40) 2024-02-15 01:44:35 +01:00
Nils Philippsen 92e359bf81 Fix libaaf pkgconfig name
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
2024-01-19 23:29:14 +01:00
Robin Gareus 47e437c2aa
Bootstrap libAAF support 2023-11-27 23:18:22 +01:00