X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftitler%2FMakefile;h=44b43a333bd0b815d1c079e09fda76f4d3e7c225;hb=5d10eeb0ad73dbe3b6dd1f2b22787b1d49f02b69;hp=3e520ac798d9c368e74b79d44688c6becb81b02f;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/titler/Makefile b/cinelerra-5.1/plugins/titler/Makefile index 3e520ac7..44b43a33 100644 --- a/cinelerra-5.1/plugins/titler/Makefile +++ b/cinelerra-5.1/plugins/titler/Makefile @@ -7,7 +7,7 @@ PLUGIN = titler CFLAGS += -Wall ifneq ($(STATIC_LIBRARIES), y) -LFLAGS += -lfreetype +LFLAGS += `pkg-config --libs freetype` endif include ../../plugin_config