summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-03-15 16:04:21 +0100
committergregory guy <[email protected]>2020-03-15 16:28:52 +0100
commitf6ab2e36b3600d63a29216332e073922c27878cd (patch)
tree43a9f9e0c0c03c40a88e96567dd9fb4c4c800f7e /configure.in.in
parent481c243500d226b3b8233c88c8b44ab2eef9e1c4 (diff)
downloadmplayerthumbs-f6ab2e36b3600d63a29216332e073922c27878cd.tar.gz
mplayerthumbs-f6ab2e36b3600d63a29216332e073922c27878cd.zip
Drop automake build support.
Delete empty file TODO. Add basic cmake build instructions. Rewrite of the README file. Some cosmetics. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index d0d4bd2..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,12 +0,0 @@
-#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