Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
c21d78a9
Commit
c21d78a9
authored
Nov 23, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Integrate X11 checks into vaapi/vdpau checks
parent
8b56dbe7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
configure
configure
+6
-9
No files found.
configure
View file @
c21d78a9
...
@@ -1680,7 +1680,6 @@ HAVE_LIST="
...
@@ -1680,7 +1680,6 @@ HAVE_LIST="
vaapi_drm
vaapi_drm
vaapi_x11
vaapi_x11
vdpau_x11
vdpau_x11
xlib
"
"
# options emitted with CONFIG_ prefix but not available on the command line
# options emitted with CONFIG_ prefix but not available on the command line
...
@@ -4810,18 +4809,16 @@ enabled vaapi &&
...
@@ -4810,18 +4809,16 @@ enabled vaapi &&
check_lib
"va/va.h va/va_drm.h"
vaGetDisplayDRM
-lva
-lva-drm
&&
check_lib
"va/va.h va/va_drm.h"
vaGetDisplayDRM
-lva
-lva-drm
&&
enable
vaapi_drm
enable
vaapi_drm
enabled vaapi
&&
check_lib
"va/va.h va/va_x11.h"
vaGetDisplay
-lva
-lva-x11
-lX11
&&
enable
vaapi_x11
enabled vdpau
&&
enabled vdpau
&&
check_cpp_condition vdpau/vdpau.h
"defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
||
check_cpp_condition vdpau/vdpau.h
"defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
||
disable vdpau
disable vdpau
enabled_any vaapi vdpau
&&
check_lib X11/Xlib.h XOpenDisplay
-lX11
&&
enable
xlib
enabled vdpau
&&
check_lib
"vdpau/vdpau.h vdpau/vdpau_x11.h"
vdp_device_create_x11
-lvdpau
-lX11
&&
enabled vaapi
&&
enabled xlib
&&
check_lib
"va/va.h va/va_x11.h"
vaGetDisplay
-lva
-lva-x11
&&
enable
vaapi_x11
enabled vdpau
&&
enabled xlib
&&
check_lib
"vdpau/vdpau.h vdpau/vdpau_x11.h"
vdp_device_create_x11
-lvdpau
&&
enable
vdpau_x11
enable
vdpau_x11
enabled debug
&&
add_cflags
-g
"
$debuglevel
"
&&
add_asflags
-g
"
$debuglevel
"
enabled debug
&&
add_cflags
-g
"
$debuglevel
"
&&
add_asflags
-g
"
$debuglevel
"
...
...
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