summaryrefslogtreecommitdiffstats
path: root/configure.in.in
blob: d0d4bd2b50a0865dfa5f9bb9c72bcb5eeb8e4627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#MIN_CONFIG(3.2.0)

AM_INIT_AUTOMAKE(mplayerthumbs, 0.5b)
AC_C_BIGENDIAN
AC_CHECK_KDEMAXPATHLEN

AC_ARG_ENABLE(strips,
AC_HELP_STRING([--disable-strips],[disable strips over the thumbnails [default=enable]]), [enable_strips=$enableval], [enable_strips=yes])
if test "$enable_strips" != "no"; then
    AC_DEFINE(STRIPS_SUPPORT, 1, [Use strips over thumbnails])
    AC_DEFINE(USESTRIP, 1, [use strips])
fi