Remove QuickTime module

This commit is contained in:
Jean-Baptiste Kempf 2016-04-17 19:49:56 +02:00
parent 840b222697
commit 985552558a
8 changed files with 1 additions and 1124 deletions

1
NEWS
View File

@ -219,6 +219,7 @@ Removed modules
* VCDX "extended" Video CD access module (use the normal VCD module)
* Mac OS X Dialog Provider (use VLCKit instead)
* iOS Dialog Provider (use MobileVLCKit / TVVLCKit instead)
* QuickTime decoder module (use native codecs)
Changes between 2.2.0 and 2.2.1:

View File

@ -2649,21 +2649,6 @@ dnl fdk-aac encoder plugin
dnl
PKG_ENABLE_MODULES_VLC([FDKAAC], [], [fdk-aac], [FDK-AAC encoder], [disabled])
dnl
dnl QuickTime plugin
dnl
AC_ARG_ENABLE(quicktime,
[ --enable-quicktime QuickTime module (deprecated)])
if test "${enable_quicktime}" = "yes"; then
if test "${SYS}" = "mingw32"; then
VLC_ADD_PLUGIN([quicktime])
else
AC_CHECK_HEADERS(QuickTime/QuickTime.h,
[ VLC_ADD_PLUGIN([quicktime])
VLC_ADD_LIBS([quicktime],[-Wl,-framework,QuickTime,-framework,Carbon])
], [ AC_MSG_ERROR([cannot find QuickTime headers]) ])
fi
fi
dnl
dnl A52/AC3 decoder plugin

View File

@ -7,7 +7,6 @@ OPTIONS="
--enable-flac
--enable-theora
--enable-twolame
--enable-quicktime
--enable-avcodec --enable-merge-ffmpeg
--enable-dca
--enable-mpc

View File

@ -310,7 +310,6 @@ $Id$
* qsv: QuickSyncVideo Encoder for Intel hardware
* qt: interface module using the cross-platform Qt widget library
* qtsound: Quicktime Audio Capture
* quicktime: Quicktime decoder that uses the QT library
* rar: RAR access and stream filter
* rawaud: raw audio input module for vlc
* rawdv: Raw DV demuxer

View File

@ -543,12 +543,6 @@ libmft_plugin_la_LIBADD = -lole32 -luuid -lmfuuid -lmfplat
codec_LTLIBRARIES += libmft_plugin.la
endif
libquicktime_plugin_la_SOURCES = codec/quicktime.c
libquicktime_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
libquicktime_plugin_la_LIBADD = $(LIBM)
EXTRA_LTLIBRARIES += libquicktime_plugin.la
codec_LTLIBRARIES += $(LTLIBquicktime)
libgstdecode_plugin_la_SOURCES = codec/gstreamer/gstdecode.c \
codec/gstreamer/gstvlcpictureplaneallocator.c \
codec/gstreamer/gstvlcpictureplaneallocator.h \

File diff suppressed because it is too large Load Diff

View File

@ -390,7 +390,6 @@ modules/codec/omxil/vout.c
modules/codec/opus.c
modules/codec/png.c
modules/codec/qsv.c
modules/codec/quicktime.c
modules/codec/rawvideo.c
modules/codec/rtpvideo.c
modules/codec/schroedinger.c

View File

@ -11011,10 +11011,6 @@ msgstr ""
msgid "Intel QuickSync Video encoder for MPEG4-Part10/MPEG2 (aka H.264/H.262)"
msgstr ""
#: modules/codec/quicktime.c:66
msgid "QuickTime library decoder"
msgstr ""
#: modules/codec/rawvideo.c:66
msgid "Pseudo raw video decoder"
msgstr ""