allow builds on systems without a supported aligned allocation function
Compare changes
+ 9
− 2
@@ -101,15 +101,22 @@ static inline void *dav1d_alloc_aligned_internal(const size_t sz, const size_t a
A bit wasteful of memory but it's better than not being able to build at all.
VideoLAN code repository instance