Ristellise / AegisubDC

Aegisub, Daydream Cafe Edition
Other
282 stars 31 forks source link

fix include path for ass.h #49

Closed milahu closed 2 years ago

milahu commented 2 years ago

libass/libass/ass.h is the source location but ass.h is installed as include/ass/ass.h

per libass/libass/Makefile.am

assheadersdir = $(includedir)/ass

for example, mpv has

#include <ass/ass.h>

todo

Ristellise commented 2 years ago

use include/ass/ass.h from package manger (apt, nix, conan ...)

This project is meant only for windows builds. If you intend to make it work, consider vcpkg.