Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ff418735
Commit
ff418735
authored
Apr 02, 2009
by
Gwenole Beauchesne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add VA API deps.
Originally committed as revision 18312 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5666fd73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
configure
configure
+7
-0
No files found.
configure
View file @
ff418735
...
...
@@ -1017,8 +1017,10 @@ flashsv_encoder_select="zlib"
flv_encoder_select
=
"aandct"
h261_encoder_select
=
"aandct"
h263_encoder_select
=
"aandct"
h263_vaapi_hwaccel_deps
=
"va_va_h"
h263p_encoder_select
=
"aandct"
h264_decoder_select
=
"golomb"
h264_vaapi_hwaccel_deps
=
"va_va_h"
h264_vdpau_decoder_deps
=
"vdpau_vdpau_h vdpau_vdpau_x11_h"
imc_decoder_select
=
"fft mdct"
jpegls_decoder_select
=
"golomb"
...
...
@@ -1031,6 +1033,8 @@ mpeg2video_encoder_select="aandct"
mpeg4_encoder_select
=
"aandct"
mpeg_vdpau_decoder_deps
=
"vdpau_vdpau_h vdpau_vdpau_x11_h"
mpeg1_vdpau_decoder_deps
=
"vdpau_vdpau_h vdpau_vdpau_x11_h"
mpeg2_vaapi_hwaccel_deps
=
"va_va_h"
mpeg4_vaapi_hwaccel_deps
=
"va_va_h"
mpeg_xvmc_decoder_deps
=
"X11_extensions_XvMClib_h"
msmpeg4v1_encoder_select
=
"aandct"
msmpeg4v2_encoder_select
=
"aandct"
...
...
@@ -1053,6 +1057,7 @@ svq3_decoder_suggest="zlib"
tiff_decoder_suggest
=
"zlib"
tiff_encoder_suggest
=
"zlib"
tscc_decoder_select
=
"zlib"
vc1_vaapi_hwaccel_deps
=
"va_va_h"
vc1_vdpau_decoder_deps
=
"vdpau_vdpau_h vdpau_vdpau_x11_h"
vorbis_decoder_select
=
"fft mdct"
vorbis_encoder_select
=
"fft mdct"
...
...
@@ -1062,6 +1067,7 @@ wmav2_decoder_select="fft mdct"
wmav2_encoder_select
=
"fft mdct"
wmv1_encoder_select
=
"aandct"
wmv2_encoder_select
=
"aandct"
wmv3_vaapi_hwaccel_deps
=
"va_va_h"
wmv3_vdpau_decoder_deps
=
"vdpau_vdpau_h vdpau_vdpau_x11_h"
zlib_decoder_select
=
"zlib"
zlib_encoder_select
=
"zlib"
...
...
@@ -2009,6 +2015,7 @@ for thread in $THREADS_LIST; do
done
check_lib math.h sin
-lm
check_lib va/va.h vaInitialize
-lva
# test for C99 functions in math.h
for
func
in
llrint lrint lrintf round roundf truncf
;
do
...
...
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