OSDN Git Service

configure: Special case libfreetype test
authorAlexander Strasser <eclipse7@gmx.net>
Fri, 6 Dec 2013 16:20:26 +0000 (17:20 +0100)
committerAlexander Strasser <eclipse7@gmx.net>
Sun, 8 Dec 2013 17:21:46 +0000 (18:21 +0100)
commitcea5812fa723c08b89d929eeba73462e05de2973
treea04755a3aa8610a22f043e37c27b80f9fc69e219
parentbc9cee98c0c84406bfb1f786d0669762e4c76f3e
configure: Special case libfreetype test

Include the freetype header, in-directly through a macro, like it
is done in the drawtext filter. Do not break if the header is moved.

Unfortunately the drawtext filter included the file where the include
macros are defined in a wrong way. This is not needed and breaks the
build. Remove that #include line too.

Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
configure
libavfilter/vf_drawtext.c