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
4a584eda
Commit
4a584eda
authored
Mar 21, 2012
by
Josh Allmann
Committed by
Diego Biurrun
Mar 23, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: die if x11grab dependencies are unavailable
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
afa61290
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
configure
configure
+4
-8
No files found.
configure
View file @
4a584eda
...
...
@@ -1496,7 +1496,6 @@ v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
vfwcap_indev_deps
=
"capCreateCaptureWindow vfwcap_defines"
vfwcap_indev_extralibs
=
"-lavicap32"
x11_grab_device_indev_deps
=
"x11grab XShmCreateImage"
x11_grab_device_indev_extralibs
=
"-lX11 -lXext -lXfixes"
# protocols
gopher_protocol_deps
=
"network"
...
...
@@ -3026,13 +3025,10 @@ enabled_any sndio_indev sndio_outdev && check_lib2 sndio.h sio_open -lsndio
enabled libcdio
&&
check_lib2
"cdio/cdda.h cdio/paranoia.h"
cdio_cddap_open
"-lcdio_paranoia -lcdio_cdda -lcdio"
enabled x11grab
&&
check_header X11/Xlib.h
&&
check_header X11/extensions/XShm.h
&&
check_header X11/extensions/Xfixes.h
&&
check_func XOpenDisplay
-lX11
&&
check_func XShmCreateImage
-lX11
-lXext
&&
check_func XFixesGetCursorImage
-lX11
-lXext
-lXfixes
enabled x11grab
&&
require X11 X11/Xlib.h XOpenDisplay
-lX11
&&
require Xext X11/extensions/XShm.h XShmCreateImage
-lXext
&&
require Xfixes X11/extensions/Xfixes.h XFixesGetCursorImage
-lXfixes
# check for VDA header
if
!
disabled vda
&&
check_header VideoDecodeAcceleration/VDADecoder.h
;
then
...
...
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