Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
03d8a050
Commit
03d8a050
authored
2 years ago
by
Rémi Denis-Courmont
Committed by
Hugo Beauzée-Luyssen
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
i420_yuy2: use VLC_ALTIVEC
parent
cb303e77
No related branches found
Branches containing commit
No related tags found
1 merge request
!1934
configure: allow VLC to run without AltiVec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/video_chroma/Makefile.am
+0
-1
0 additions, 1 deletion
modules/video_chroma/Makefile.am
modules/video_chroma/i420_yuy2.c
+1
-1
1 addition, 1 deletion
modules/video_chroma/i420_yuy2.c
with
1 addition
and
2 deletions
modules/video_chroma/Makefile.am
+
0
−
1
View file @
03d8a050
...
...
@@ -58,7 +58,6 @@ EXTRA_LTLIBRARIES += libswscale_plugin.la
# AltiVec
libi420_yuy2_altivec_plugin_la_SOURCES
=
video_chroma/i420_yuy2.c video_chroma/i420_yuy2.h
libi420_yuy2_altivec_plugin_la_CPPFLAGS
=
$(
AM_CPPFLAGS
)
-DPLUGIN_ALTIVEC
libi420_yuy2_altivec_plugin_la_CFLAGS
=
$(
AM_CFLAGS
)
$(
ALTIVEC_CFLAGS
)
if
HAVE_ALTIVEC
chroma_LTLIBRARIES
+=
\
...
...
This diff is collapsed.
Click to expand it.
modules/video_chroma/i420_yuy2.c
+
1
−
1
View file @
03d8a050
...
...
@@ -51,7 +51,7 @@
# define VLC_TARGET VLC_SSE
#elif defined (PLUGIN_ALTIVEC)
# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422"
# define VLC_TARGET
# define VLC_TARGET
VLC_ALTIVEC
#endif
/*****************************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment