Skip to content

build: change include_directories order

Janne Grunau requested to merge janne/dav1d:includedir into master

Listing 'include/dav1d' before 'include' prefers the generated version.h in include/dav1d/ over the previous one in include/. This allows the use of '#include "version.h"' in dav1d.h. See !592 (merged).

Merge request reports