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
55fdfc88
Commit
55fdfc88
authored
Jul 28, 2017
by
Clément Bœsch
Committed by
Clément Bœsch
Sep 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: treat crystalhd like other hwaccels
parent
e70e2a7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
configure
configure
+4
-3
No files found.
configure
View file @
55fdfc88
...
...
@@ -1532,7 +1532,6 @@ EXTERNAL_LIBRARY_LIST="
$EXTERNAL_LIBRARY_VERSION3_LIST
$EXTERNAL_LIBRARY_GPLV3_LIST
chromaprint
crystalhd
gcrypt
gnutls
jni
...
...
@@ -1589,6 +1588,7 @@ EXTERNAL_LIBRARY_LIST="
"
HWACCEL_AUTODETECT_LIBRARY_LIST
=
"
audiotoolbox
crystalhd
cuda
cuvid
d3d11va
...
...
@@ -3597,7 +3597,7 @@ done
enable_weak audiotoolbox
# Enable hwaccels by default.
enable_weak d3d11va dxva2 vaapi vda vdpau videotoolbox_hwaccel xvmc
enable_weak
crystalhd
d3d11va dxva2 vaapi vda vdpau videotoolbox_hwaccel xvmc
enable_weak xlib
enable_weak cuda cuvid nvenc vda_framework videotoolbox videotoolbox_encoder
...
...
@@ -5808,7 +5808,6 @@ enabled bzlib && check_lib bzlib bzlib.h BZ2_bzlibVersion -lbz2
enabled lzma
&&
check_lib lzma lzma.h lzma_version_number
-llzma
check_lib libm math.h sin
-lm
&&
LIBM
=
"-lm"
disabled crystalhd
||
check_lib crystalhd
"stdint.h libcrystalhd/libcrystalhd_if.h"
DtsCrystalHDVersion
-lcrystalhd
atan2f_args
=
2
copysign_args
=
2
...
...
@@ -6181,6 +6180,8 @@ enabled vdpau &&
enabled vdpau
&&
check_lib vdpau_x11
"vdpau/vdpau.h vdpau/vdpau_x11.h"
vdp_device_create_x11
-lvdpau
-lX11
enabled crystalhd
&&
check_lib crystalhd
"stdint.h libcrystalhd/libcrystalhd_if.h"
DtsCrystalHDVersion
-lcrystalhd
if
enabled x86
;
then
case
$target_os
in
mingw32
*
|
mingw64
*
|
win32|win64|linux|cygwin
*
)
...
...
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