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
ddd93218
Commit
ddd93218
authored
Dec 16, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compilation fixes.
parent
e02eb7d9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
modules/audio_filter/channel_mixer/headphone.c
modules/audio_filter/channel_mixer/headphone.c
+1
-1
modules/video_filter/logo.c
modules/video_filter/logo.c
+4
-0
No files found.
modules/audio_filter/channel_mixer/headphone.c
View file @
ddd93218
...
@@ -59,7 +59,7 @@ static void DoWork ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
...
@@ -59,7 +59,7 @@ static void DoWork ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
vlc_module_begin
();
vlc_module_begin
();
set_description
(
N_
(
"headphone channel mixer with virtual spatialization effect"
)
);
set_description
(
N_
(
"headphone channel mixer with virtual spatialization effect"
)
);
set_shorname
(
_
(
"Headphone effect"
)
);
set_shor
t
name
(
_
(
"Headphone effect"
)
);
set_category
(
CAT_AUDIO
);
set_category
(
CAT_AUDIO
);
set_subcategory
(
SUBCAT_AUDIO_AFILTER
);
set_subcategory
(
SUBCAT_AUDIO_AFILTER
);
...
...
modules/video_filter/logo.c
View file @
ddd93218
...
@@ -35,6 +35,10 @@
...
@@ -35,6 +35,10 @@
#include "filter_common.h"
#include "filter_common.h"
#include "vlc_image.h"
#include "vlc_image.h"
#ifdef LoadImage
# undef LoadImage
#endif
/*****************************************************************************
/*****************************************************************************
* Local prototypes
* Local prototypes
*****************************************************************************/
*****************************************************************************/
...
...
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