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
2610c952
Commit
2610c952
authored
Mar 17, 2015
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Move initial VAAPI check to a more sensible place
parent
5b5ed92d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure
configure
+2
-1
No files found.
configure
View file @
2610c952
...
@@ -4579,7 +4579,6 @@ disabled zlib || check_lib zlib.h zlibVersion -lz || disable zlib
...
@@ -4579,7 +4579,6 @@ disabled zlib || check_lib zlib.h zlibVersion -lz || disable zlib
disabled bzlib
||
check_lib2 bzlib.h BZ2_bzlibVersion
-lbz2
||
disable bzlib
disabled bzlib
||
check_lib2 bzlib.h BZ2_bzlibVersion
-lbz2
||
disable bzlib
check_lib math.h sin
-lm
&&
LIBM
=
"-lm"
check_lib math.h sin
-lm
&&
LIBM
=
"-lm"
enabled vaapi
&&
require vaapi va/va.h vaInitialize
-lva
atan2f_args
=
2
atan2f_args
=
2
ldexpf_args
=
2
ldexpf_args
=
2
...
@@ -4775,6 +4774,8 @@ if enabled libxcb; then
...
@@ -4775,6 +4774,8 @@ if enabled libxcb; then
add_extralibs
"
$xcb_event_libs
$xcb_shm_libs
$xcb_xfixes_libs
"
add_extralibs
"
$xcb_event_libs
$xcb_shm_libs
$xcb_xfixes_libs
"
fi
fi
enabled vaapi
&&
require vaapi va/va.h vaInitialize
-lva
enabled vaapi
&&
enabled vaapi
&&
check_code cc
"va/va.h"
"vaCreateSurfaces(0, 0, 0, 0, 0, 0, 0, 0)"
||
check_code cc
"va/va.h"
"vaCreateSurfaces(0, 0, 0, 0, 0, 0, 0, 0)"
||
disable vaapi
disable vaapi
...
...
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