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

gnomevfs: remove plugin

gnomevfs has been deprecated for years.
parent fa4f2b18
......@@ -166,6 +166,7 @@ Removed modules
* Atmo video filter
* QTCapture access module (use AVCapture instead)
* httplive (use adaptive instead)
* Gnome-VFS access module (i.e. Gnome 2.x)
Changes between 2.2.0 and 2.2.1:
......
......@@ -1778,11 +1778,6 @@ fi
AM_CONDITIONAL(HAVE_DECKLINK, [ test "${have_decklink}" != "no" ])
dnl
dnl gnomeVFS access module
dnl
PKG_ENABLE_MODULES_VLC([GNOMEVFS], [gnomevfs], [gnome-vfs-2.0], [GnomeVFS access module], [auto])
dnl
dnl VCDX modules
dnl
......
......@@ -162,7 +162,6 @@ $Id$
* glwin32: a opengl provider using DirectX OpenGL
* glx: GLX extension for OpenGL
* gme: old console games music playback using Game Music Emu
* gnomevfs: GnomeVFS access
* gnutls: GNU TLS encryption/decryption module
* goom: visualisation plugin based on goom
* gradfun: Gradfun video effects filter
......
......@@ -469,13 +469,6 @@ endif
libaccess_concat_plugin_la_SOURCES = access/concat.c
access_LTLIBRARIES += libaccess_concat_plugin.la
libgnomevfs_plugin_la_SOURCES = access/gnomevfs.c
libgnomevfs_plugin_la_CFLAGS = $(AM_CFLAGS) $(GNOMEVFS_CFLAGS)
libgnomevfs_plugin_la_LIBADD = $(GNOMEVFS_LIBS)
libgnomevfs_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
access_LTLIBRARIES += $(LTLIBgnomevfs)
EXTRA_LTLIBRARIES += libgnomevfs_plugin.la
libaccess_mtp_plugin_la_SOURCES = access/mtp.c
libaccess_mtp_plugin_la_CFLAGS = $(AM_CFLAGS) $(MTP_CFLAGS)
libaccess_mtp_plugin_la_LIBADD = $(MTP_LIBS)
......
This diff is collapsed.
......@@ -201,7 +201,6 @@ modules/access/eyetv.m
modules/access/file.c
modules/access/fs.c
modules/access/ftp.c
modules/access/gnomevfs.c
modules/access/http.c
modules/access/idummy.c
modules/access/imem.c
......
......@@ -1785,7 +1785,6 @@ vlc_module_begin ()
add_obsolete_integer( "dv-caching" ) /* 2.0.0 */
add_obsolete_integer( "dvb-caching" ) /* 2.0.0 */
add_obsolete_integer( "eyetv-caching" ) /* 2.0.0 */
add_obsolete_integer( "gnomevfs-caching" ) /* 2.0.0 */
add_obsolete_integer( "jack-input-caching" ) /* 2.0.0 */
add_obsolete_integer( "linsys-hdsdi-caching" ) /* 2.0.0 */
add_obsolete_integer( "linsys-sdi-caching" ) /* 2.0.0 */
......
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