forked from mia/Aegisub
Add libass cflags to subtitles_provider.o
This commit is contained in:
parent
8cb2d5bf16
commit
442bbcc682
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ endif
|
|||
###########
|
||||
ifeq (yes, $(HAVE_LIBASS))
|
||||
subtitles_provider_libass.o: CXXFLAGS += $(CFLAGS_LIBASS)
|
||||
subtitles_provider.o: CXXFLAGS += $(CFLAGS_LIBASS)
|
||||
LIBS += $(LIBS_LIBASS)
|
||||
SRC += subtitles_provider_libass.cpp
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue