Skip to content
Snippets Groups Projects
Commit cbefadbd authored by Måns Rullgård's avatar Måns Rullgård
Browse files

whitespace cosmetics

Originally committed as revision 9565 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dd9f3d97
Branches
Tags
No related merge requests found
......@@ -48,10 +48,10 @@ HOOKS-$(HAVE_FREETYPE2) += drawtext
HOOKS = $(addprefix vhook/, $(addsuffix $(SLIBSUF), $(BASEHOOKS) $(HOOKS-yes)))
VHOOKCFLAGS-$(HAVE_IMLIB2) += `imlib2-config --cflags`
LIBS_imlib2$(SLIBSUF) = `imlib2-config --libs`
LIBS_imlib2$(SLIBSUF) = `imlib2-config --libs`
VHOOKCFLAGS-$(HAVE_FREETYPE2) += `freetype-config --cflags`
LIBS_drawtext$(SLIBSUF) = `freetype-config --libs`
LIBS_drawtext$(SLIBSUF) = `freetype-config --libs`
VHOOKCFLAGS += $(VHOOKCFLAGS-yes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment