mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Autoconf options for enabling MP4 and ASF support
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1019514 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
92391e38e8
commit
b26f8bf5a8
@ -126,6 +126,20 @@ AC_DEFUN([AC_NO_CPPUNIT],
|
||||
have_cppunit=false
|
||||
])
|
||||
|
||||
AC_ARG_ENABLE([mp4],
|
||||
[AS_HELP_STRING([--enable-mp4], [add MP4 support])],
|
||||
[
|
||||
AC_DEFINE([WITH_MP4], [1],
|
||||
[With MP4 support])
|
||||
])
|
||||
|
||||
AC_ARG_ENABLE([asf],
|
||||
[AS_HELP_STRING([--enable-asf], [add ASF support])],
|
||||
[
|
||||
AC_DEFINE([WITH_ASF], [1],
|
||||
[With ASF support])
|
||||
])
|
||||
|
||||
AC_LANG_SAVE
|
||||
AC_LANG_CPLUSPLUS
|
||||
AC_CHECK_HEADER(cppunit/extensions/HelperMacros.h, AC_HAVE_CPPUNIT, AC_NO_CPPUNIT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user