From 442bbcc68202e72f30ddcc054846349006500b43 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 9 Jan 2013 19:24:47 -0800 Subject: [PATCH] Add libass cflags to subtitles_provider.o --- aegisub/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/src/Makefile b/aegisub/src/Makefile index 1951d42ad..a3290337e 100644 --- a/aegisub/src/Makefile +++ b/aegisub/src/Makefile @@ -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