Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
0aa7bd8a
Commit
0aa7bd8a
authored
Feb 20, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require "complete" enough libxcb-xv
parent
25fccb94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
configure.ac
configure.ac
+0
-5
modules/video_output/xcb/xvideo.c
modules/video_output/xcb/xvideo.c
+0
-4
No files found.
configure.ac
View file @
0aa7bd8a
...
...
@@ -3187,11 +3187,6 @@ AS_IF([test "${enable_xcb}" != "no"], [
AS_IF([test "${enable_xvideo}" != "no"], [
PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [
VLC_ADD_PLUGIN([xcb_xv])
], [
PKG_CHECK_MODULES(XCB_XV, [xcb-xv], [
VLC_ADD_PLUGIN([xcb_xv])
VLC_ADD_CFLAGS([xcb_xv], [-DXCB_XV_OLD])
])
])
])
...
...
modules/video_output/xcb/xvideo.c
View file @
0aa7bd8a
...
...
@@ -247,11 +247,7 @@ FindFormat (vout_display_t *vd,
xcb_connection_t
*
conn
=
vd
->
sys
->
conn
;
const
xcb_xv_image_format_info_t
*
f
,
*
end
;
#ifndef XCB_XV_OLD
f
=
xcb_xv_list_image_formats_format
(
list
);
#else
f
=
(
xcb_xv_image_format_info_t
*
)
(
list
+
1
);
#endif
end
=
f
+
xcb_xv_list_image_formats_format_length
(
list
);
for
(;
f
<
end
;
f
++
)
{
...
...
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