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
38a444e0
Commit
38a444e0
authored
Nov 04, 2011
by
Sebastien Zwickert
Committed by
Michael Niedermayer
Nov 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: fixes vda compilation issue.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
f5cd136f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
configure
configure
+6
-4
No files found.
configure
View file @
38a444e0
...
...
@@ -2959,7 +2959,6 @@ check_func_headers windows.h MapViewOfFile
check_func_headers windows.h VirtualAlloc
check_header dlfcn.h
check_header VideoDecodeAcceleration/VDADecoder.h
check_header dxva2api.h
-D_WIN32_WINNT
=
0x0600
check_header libcrystalhd/libcrystalhd_if.h
check_header malloc.h
...
...
@@ -2975,9 +2974,12 @@ check_header X11/extensions/XvMClib.h
disabled zlib
||
check_lib zlib.h zlibVersion
-lz
||
disable zlib
disabled bzlib
||
check_lib2 bzlib.h BZ2_bzlibVersion
-lbz2
||
disable bzlib
# adds ldflags for VDA module
if
enabled vda
;
then
add_ldflags
-framework
CoreFoundation
-framework
VideoDecodeAcceleration
-framework
QuartzCore
# check for VDA header
if
!
disabled vda
;
then
if
check_header VideoDecodeAcceleration/VDADecoder.h
;
then
enable
vda
add_ldflags
-framework
CoreFoundation
-framework
VideoDecodeAcceleration
-framework
QuartzCore
fi
fi
# check for some common methods of building with pthread support
...
...
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