Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
a19dc6ab
Commit
a19dc6ab
authored
Sep 01, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnomevfs: remove plugin
gnomevfs has been deprecated for years.
parent
fa4f2b18
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
396 deletions
+1
-396
NEWS
NEWS
+1
-0
configure.ac
configure.ac
+0
-5
modules/MODULES_LIST
modules/MODULES_LIST
+0
-1
modules/access/Makefile.am
modules/access/Makefile.am
+0
-7
modules/access/gnomevfs.c
modules/access/gnomevfs.c
+0
-381
po/POTFILES.in
po/POTFILES.in
+0
-1
src/libvlc-module.c
src/libvlc-module.c
+0
-1
No files found.
NEWS
View file @
a19dc6ab
...
...
@@ -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:
...
...
configure.ac
View file @
a19dc6ab
...
...
@@ -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
...
...
modules/MODULES_LIST
View file @
a19dc6ab
...
...
@@ -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
...
...
modules/access/Makefile.am
View file @
a19dc6ab
...
...
@@ -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)
...
...
modules/access/gnomevfs.c
deleted
100644 → 0
View file @
fa4f2b18
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
a19dc6ab
...
...
@@ -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
...
...
src/libvlc-module.c
View file @
a19dc6ab
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment