Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
d00a0d8e
Commit
d00a0d8e
authored
Feb 11, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Handle SDL version check through pkg-config
parent
8847eeaa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
configure
configure
+1
-3
No files found.
configure
View file @
d00a0d8e
...
@@ -4748,9 +4748,7 @@ if enabled nvenc; then
...
@@ -4748,9 +4748,7 @@ if enabled nvenc; then
require_cpp_condition nvEncodeAPI.h
"NVENCAPI_MAJOR_VERSION >= 6"
require_cpp_condition nvEncodeAPI.h
"NVENCAPI_MAJOR_VERSION >= 6"
fi
fi
if
check_pkg_config sdl SDL_events.h SDL_PollEvent
;
then
if
check_pkg_config
"sdl >= 1.2.1 sdl < 1.3.0"
SDL_events.h SDL_PollEvent
;
then
check_cpp_condition SDL.h
"(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201"
$sdl_cflags
&&
check_cpp_condition SDL.h
"(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x010300"
$sdl_cflags
&&
enable
sdl
enable
sdl
fi
fi
...
...
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