Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
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
Hide 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 *,
vlc_module_begin
();
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_subcategory
(
SUBCAT_AUDIO_AFILTER
);
...
...
modules/video_filter/logo.c
View file @
ddd93218
...
...
@@ -35,6 +35,10 @@
#include "filter_common.h"
#include "vlc_image.h"
#ifdef LoadImage
# undef LoadImage
#endif
/*****************************************************************************
* 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