Skip to content

Commit 6606778

Browse files
committed
configure: testcard2 - add sdl_ttf cflags
in case that sdl display is disabled but sdl_ttf enabled for testcard2
1 parent 8d64ea7 commit 6606778

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,7 @@ then
17971797
SDL_TTF_LIBS=$(remove_mwindows "${SDL_TTF_LIBS?}")
17981798
TESTCARD2_LIB="${TESTCARD2_LIB-} ${SDL_TTF_LIBS?}"
17991799
AC_DEFINE([HAVE_LIBSDL_TTF], [1], [Build testcard2 with TTF support])
1800+
INC="$INC ${SDL_TTF_CFLAGS?}"
18001801
fi
18011802
fi
18021803
add_module vidcap_testcard2 "${TESTCARD2_OBJ?}" "${TESTCARD2_LIB-}"

0 commit comments

Comments
 (0)