Commit 07bc079b authored by Rémi Duraffort's avatar Rémi Duraffort

Don't compile id3tag module by default as:

 * libid3 is outdated
 * taglib module is better now.
parent cee4c63c
...@@ -2927,8 +2927,8 @@ dnl ...@@ -2927,8 +2927,8 @@ dnl
dnl libid3tag support (FIXME!!! doesn't work with new input) dnl libid3tag support (FIXME!!! doesn't work with new input)
dnl dnl
AC_ARG_ENABLE( id3tag, AC_ARG_ENABLE( id3tag,
[ --disable-id3tag id3tag metadata reader plugin (default enabled)]) [ --disable-id3tag id3tag metadata reader plugin (default disabled)])
AS_IF([test "${enable_id3tag}" != "no"], [ AS_IF([test "${enable_id3tag}" = "yes"], [
AC_CHECK_HEADERS(id3tag.h, [ AC_CHECK_HEADERS(id3tag.h, [
AC_CHECK_HEADERS(zlib.h, [ AC_CHECK_HEADERS(zlib.h, [
VLC_ADD_LIBS([id3tag],[-lid3tag -lz]) VLC_ADD_LIBS([id3tag],[-lid3tag -lz])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment