Commit d2f2be39 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove xtag

It is behaving a little bit different from the libxml parser which has
caused weird bugs in the past. Anyway, everybody has libxml (I am
planning to write an Expat parser too but not there yet).
parent 7ca10966
......@@ -359,7 +359,6 @@ $Id$
* xml: LibXML xml parser
* xosd: X On Screen Display interface
* xscreensaver: Xscreensaver inhibition
* xtag: XTAG xml parser
* yuv: yuv video output
* yuvp: YUVP to YUVA/RGBA chroma converter
* yuy2_i420: yuy2 to 4:2:0 conversions functions
......
SOURCES_xtag = xtag.c
SOURCES_xml = libxml.c
libvlc_LTLIBRARIES += libxtag_plugin.la
This diff is collapsed.
......@@ -975,7 +975,6 @@ modules/misc/svg.c
modules/misc/text_renderer.h
modules/misc/win32text.c
modules/misc/xml/libxml.c
modules/misc/xml/xtag.c
modules/mmx/memcpy.c
modules/mmxext/memcpy.c
modules/mux/asf.c
......
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