Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
f9c215e2
Commit
f9c215e2
authored
14 years ago
by
Gwenole Beauchesne
Browse files
Options
Downloads
Patches
Plain Diff
vaapi: move configure check down.
parent
39530272
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+2
-1
2 additions, 1 deletion
configure
with
2 additions
and
1 deletion
configure
+
2
−
1
View file @
f9c215e2
...
@@ -2846,7 +2846,6 @@ done
...
@@ -2846,7 +2846,6 @@ done
check_lib math.h sin
-lm
check_lib math.h sin
-lm
disabled crystalhd
||
check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion
-lcrystalhd
||
disable crystalhd
disabled crystalhd
||
check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion
-lcrystalhd
||
disable crystalhd
disabled vaapi
||
check_lib va/va.h vaInitialize
-lva
||
disable vaapi
check_mathfunc exp2
check_mathfunc exp2
check_mathfunc exp2f
check_mathfunc exp2f
...
@@ -2946,6 +2945,8 @@ check_func XOpenDisplay -lX11 &&
...
@@ -2946,6 +2945,8 @@ check_func XOpenDisplay -lX11 &&
check_func XShmCreateImage
-lX11
-lXext
&&
check_func XShmCreateImage
-lX11
-lXext
&&
check_func XFixesGetCursorImage
-lX11
-lXext
-lXfixes
check_func XFixesGetCursorImage
-lX11
-lXext
-lXfixes
disabled vaapi
||
check_lib va/va.h vaInitialize
-lva
||
disable vaapi
if
!
disabled vdpau
&&
enabled vdpau_vdpau_h
;
then
if
!
disabled vdpau
&&
enabled vdpau_vdpau_h
;
then
check_cpp_condition
\
check_cpp_condition
\
vdpau/vdpau.h
"defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
||
vdpau/vdpau.h
"defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
||
...
...
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