This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix check for new enough CrystalHD library.
Signed-off-by: Philip Langdale <philipl@overt.org>
tags/n0.8
Gwenole Beauchesne
Philip Langdale
15 years ago
parent
59bf303d68
commit
5c98af952d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -2854,7 +2854,7 @@ for thread in $THREADS_LIST; do
done
check_lib math.h sin -lm
disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h Dts
GetVersion -l
crystalhd
disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h Dts
CrystalHDVersion -lcrystalhd || disable
crystalhd
disabled vaapi || check_lib va/va.h vaInitialize -lva
check_mathfunc exp2
Write
Preview
Loading…
Cancel
Save