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
5ec5f619
Commit
5ec5f619
authored
Aug 23, 2005
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building
the AltiVec version of this module.
parent
f469bdd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/video_chroma/i420_yuy2.c
modules/video_chroma/i420_yuy2.c
+1
-1
No files found.
modules/video_chroma/i420_yuy2.c
View file @
5ec5f619
...
...
@@ -30,7 +30,7 @@
#include <vlc/vlc.h>
#include <vlc/vout.h>
#ifdef
HAVE_ALTIVEC_H
#if
def
ined (MODULE_NAME_IS_i420_yuy2_altivec) && defined(
HAVE_ALTIVEC_H
)
# include <altivec.h>
#endif
...
...
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