Commit db2aa925 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove tarkin codec module.

It is a dead-born codec
parent 2ccfca66
...@@ -104,7 +104,7 @@ Removed modules: ...@@ -104,7 +104,7 @@ Removed modules:
* XvMC accelerated modules. Use VAAPI instead. * XvMC accelerated modules. Use VAAPI instead.
* opengllayer * opengllayer
* cddax. Use cdda instead * cddax. Use cdda instead
* cmml. * cmml and tarkin codecs are removed because they are dead codecs.
Changes between 1.0.4 and 1.0.5 (not yet released): Changes between 1.0.4 and 1.0.5 (not yet released):
--------------------------------------------------- ---------------------------------------------------
......
...@@ -3292,34 +3292,6 @@ dnl Speex plugin ...@@ -3292,34 +3292,6 @@ dnl Speex plugin
dnl dnl
PKG_ENABLE_MODULES_VLC([SPEEX], [], [ogg speex >= 1.0.5], [Speex decoder support], [auto]) PKG_ENABLE_MODULES_VLC([SPEEX], [], [ogg speex >= 1.0.5], [Speex decoder support], [auto])
dnl
dnl tarkin decoder plugin
dnl
AC_ARG_ENABLE(tarkin,
[ --enable-tarkin experimental tarkin codec (default disabled)])
if test "${enable_tarkin}" = "yes"
then
AC_ARG_WITH(tarkin-tree,
[ --with-tarkin-tree=PATH tarkin tree for static linking])
if test -n "${with_tarkin_tree}"
then
AC_MSG_CHECKING(for tarkin.o in ${with_tarkin_tree})
real_tarkin_tree="`cd ${with_tarkin_tree} 2>/dev/null && pwd`"
if test -f "${real_tarkin_tree}/tarkin.o"
then
VLC_ADD_PLUGIN([tarkin])
VLC_ADD_CPPFLAGS([tarkin],[-I${real_tarkin_tree}])
VLC_ADD_LIBS([tarkin],[${real_tarkin_tree}/mem.o ${real_tarkin_tree}/pnm.o ${real_tarkin_tree}/wavelet.o ${real_tarkin_tree}/wavelet_xform.o ${real_tarkin_tree}/wavelet_coeff.o ${real_tarkin_tree}/yuv.o ${real_tarkin_tree}/tarkin.o ${real_tarkin_tree}/info.o -logg])
AC_MSG_RESULT(yes)
else
dnl The given tarkin tree wasn't built
AC_MSG_RESULT(no)
AC_MSG_ERROR([cannot find ${real_tarkin_tree}/tarkin.o,
make sure you compiled tarkin in ${with_tarkin_tree}])
fi
fi
fi
dnl dnl
dnl theora decoder plugin dnl theora decoder plugin
dnl dnl
......
...@@ -325,7 +325,6 @@ $Id$ ...@@ -325,7 +325,6 @@ $Id$
* swscale_omap: Video scaling filter for maemo/omap platform * swscale_omap: Video scaling filter for maemo/omap platform
* t140: T.140 text encoder * t140: T.140 text encoder
* taglib: Taglib tags parser and writer * taglib: Taglib tags parser and writer
* tarkin: a tarkin video decoder using libtarkin
* telepathy: Telepathy Presence information using MissionControl notification * telepathy: Telepathy Presence information using MissionControl notification
* telnet: Telnet control interface for VideoLAN Media Manager * telnet: Telnet control interface for VideoLAN Media Manager
* telx: teletext subtitles decoder * telx: teletext subtitles decoder
......
...@@ -5,7 +5,6 @@ SOURCES_flac = flac.c ...@@ -5,7 +5,6 @@ SOURCES_flac = flac.c
SOURCES_lpcm = lpcm.c SOURCES_lpcm = lpcm.c
SOURCES_araw = araw.c SOURCES_araw = araw.c
SOURCES_vorbis = vorbis.c SOURCES_vorbis = vorbis.c
SOURCES_tarkin = tarkin.c
SOURCES_theora = theora.c SOURCES_theora = theora.c
SOURCES_tremor = vorbis.c SOURCES_tremor = vorbis.c
SOURCES_speex = speex.c SOURCES_speex = speex.c
......
This diff is collapsed.
...@@ -408,7 +408,6 @@ modules/codec/subtitles/subsdec.h ...@@ -408,7 +408,6 @@ modules/codec/subtitles/subsdec.h
modules/codec/subtitles/subsusf.c modules/codec/subtitles/subsusf.c
modules/codec/subtitles/t140.c modules/codec/subtitles/t140.c
modules/codec/svcdsub.c modules/codec/svcdsub.c
modules/codec/tarkin.c
modules/codec/telx.c modules/codec/telx.c
modules/codec/theora.c modules/codec/theora.c
modules/codec/twolame.c modules/codec/twolame.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