Commit d469b20d authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: re-enabled the id3 and id3tag modules.

parent dbaac983
...@@ -898,7 +898,7 @@ VLC_ADD_PLUGINS([trivial_channel_mixer headphone_channel_mixer]) ...@@ -898,7 +898,7 @@ VLC_ADD_PLUGINS([trivial_channel_mixer headphone_channel_mixer])
VLC_ADD_PLUGINS([trivial_mixer spdif_mixer float32_mixer]) VLC_ADD_PLUGINS([trivial_mixer spdif_mixer float32_mixer])
VLC_ADD_PLUGINS([aout_file]) VLC_ADD_PLUGINS([aout_file])
VLC_ADD_PLUGINS([i420_rgb i420_yuy2 i422_yuy2 i420_ymga]) VLC_ADD_PLUGINS([i420_rgb i420_yuy2 i422_yuy2 i420_ymga])
VLC_ADD_PLUGINS([m3u playlist export sgimb]) VLC_ADD_PLUGINS([m3u id3 playlist export sgimb])
VLC_ADD_PLUGINS([rawvideo]) VLC_ADD_PLUGINS([rawvideo])
VLC_ADD_PLUGINS([wav araw subtitle adpcm a52sys dtssys au]) VLC_ADD_PLUGINS([wav araw subtitle adpcm a52sys dtssys au])
VLC_ADD_PLUGINS([access_file access_udp access_tcp access_http ipv4 access_mms]) VLC_ADD_PLUGINS([access_file access_udp access_tcp access_http ipv4 access_mms])
...@@ -1702,10 +1702,10 @@ fi ...@@ -1702,10 +1702,10 @@ fi
dnl dnl
dnl libid3tag support (FIXME!!! doesn't work with new input) dnl libid3tag support (FIXME!!! doesn't work with new input)
dnl dnl
dnl AC_CHECK_HEADERS(id3tag.h, [ AC_CHECK_HEADERS(id3tag.h, [
dnl AC_CHECK_HEADERS(zlib.h, [ AC_CHECK_HEADERS(zlib.h, [
dnl VLC_ADD_LDFLAGS([id3tag],[-lid3tag -lz]) VLC_ADD_LDFLAGS([id3tag],[-lid3tag -lz])
dnl VLC_ADD_PLUGINS([id3tag])]) ]) VLC_ADD_PLUGINS([id3tag])]) ])
dnl dnl
dnl ffmpeg decoder/demuxer plugin dnl ffmpeg decoder/demuxer 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