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
a7ed0108
Commit
a7ed0108
authored
Sep 22, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: support --disable-sdl
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
3fe96294
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
configure
configure
+5
-1
No files found.
configure
View file @
a7ed0108
...
...
@@ -261,6 +261,7 @@ External library support:
--enable-opencl enable OpenCL code
--enable-opengl enable OpenGL rendering [no]
--enable-openssl enable openssl [no]
--disable-sdl disable sdl [autodetect]
--enable-x11grab enable X11 grabbing [no]
--disable-xlib disable xlib [autodetect]
--disable-zlib disable zlib [autodetect]
...
...
@@ -1388,6 +1389,7 @@ EXTERNAL_LIBRARY_LIST="
opencl
opengl
openssl
sdl
x11grab
xlib
zlib
...
...
@@ -4909,7 +4911,8 @@ if enabled libdc1394; then
enable
libdc1394_1
;
}
||
die
"ERROR: No version of libdc1394 found "
fi
if
!
disabled sdl
;
then
disable sdl
SDL_CONFIG
=
"
${
cross_prefix
}
sdl-config"
if
check_pkg_config sdl SDL_events.h SDL_PollEvent
;
then
check_cpp_condition SDL.h
"(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201"
$sdl_cflags
&&
...
...
@@ -4925,6 +4928,7 @@ else
enable
sdl
fi
fi
fi
enabled sdl
&&
add_cflags
$sdl_cflags
&&
add_extralibs
$sdl_libs
makeinfo
--version
>
/dev/null 2>&1
&&
enable
makeinfo
||
disable makeinfo
...
...
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