Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
16bba4b6
Commit
16bba4b6
authored
Aug 21, 2000
by
Pierre Baillet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plugin handling:
. switched low and high order vout plugins . removed yuvsdl plugin.
parent
9ac8c0ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
src/misc/plugins.c
src/misc/plugins.c
+7
-8
No files found.
src/misc/plugins.c
View file @
16bba4b6
...
@@ -88,22 +88,21 @@ void bank_Init( plugin_bank_t * p_bank )
...
@@ -88,22 +88,21 @@ void bank_Init( plugin_bank_t * p_bank )
/* Arch plugins */
/* Arch plugins */
SEEK_PLUGIN
(
"beos"
);
SEEK_PLUGIN
(
"beos"
);
/* High level Video */
SEEK_PLUGIN
(
"gnome"
);
SEEK_PLUGIN
(
"ggi"
);
SEEK_PLUGIN
(
"sdl"
);
/* Low level Video */
/* Low level Video */
SEEK_PLUGIN
(
"x11"
);
SEEK_PLUGIN
(
"x11"
);
SEEK_PLUGIN
(
"fb"
);
SEEK_PLUGIN
(
"fb"
);
SEEK_PLUGIN
(
"glide"
);
SEEK_PLUGIN
(
"glide"
);
SEEK_PLUGIN
(
"mga"
);
SEEK_PLUGIN
(
"mga"
);
/* High level Video */
SEEK_PLUGIN
(
"gnome"
);
SEEK_PLUGIN
(
"ggi"
);
SEEK_PLUGIN
(
"sdl"
);
/* Video calculus */
/* Video calculus */
SEEK_PLUGIN
(
"yuvmmx"
);
SEEK_PLUGIN
(
"yuvmmx"
);
SEEK_PLUGIN
(
"yuv"
);
SEEK_PLUGIN
(
"yuv"
);
SEEK_PLUGIN
(
"yuvsdl"
);
/* Audio pluins */
/* Audio pluins */
SEEK_PLUGIN
(
"dsp"
);
SEEK_PLUGIN
(
"dsp"
);
...
...
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