Commit aa9ddea5 authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac.in: fixed libid3tag detection.
parent 607cb16c
......@@ -1479,8 +1479,9 @@ dnl
dnl libid3tag support
dnl
AC_CHECK_HEADERS(id3tag.h, [
LDFLAGS_id3tag="${LDFLAGS_id3tag} -lz -lid3tag"
PLUGINS="${PLUGINS} id3tag"])
AC_CHECK_HEADERS(zlib.h, [
LDFLAGS_id3tag="${LDFLAGS_id3tag} -lid3tag -lz"
PLUGINS="${PLUGINS} id3tag"]) ])
dnl
dnl ffmpeg decoder plugin
......
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