Closed milahu closed 2 years ago
libass/libass/ass.h is the source location but ass.h is installed as include/ass/ass.h
libass/libass/ass.h
ass.h
include/ass/ass.h
per libass/libass/Makefile.am
assheadersdir = $(includedir)/ass
for example, mpv has
#include <ass/ass.h>
todo
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.
libass/libass/ass.h
is the source location butass.h
is installed asinclude/ass/ass.h
per libass/libass/Makefile.am
for example, mpv has
todo
include/ass/ass.h
from package manger (apt, nix, conan ...)