[FFmpeg-user] configure results in SDL2 support no
Moritz Barsnick
barsnick at gmx.net
Wed Nov 9 16:21:22 EET 2016
On Wed, Nov 09, 2016 at 20:20:33 +0900, 桃源老師 wrote:
> $ sdl2-config --version
> 2.0.5
>
> $ pwd
> /Volumes/ffmpeg_compile/lib
> $ ls *SDL*
> libSDL2.a libSDL2.la <http://libsdl2.la/> libSDL2_test.a libSDL2main.a
[...]
> SDL2 support no
What's the output of these three commands?
pkg-config --exists --print-errors sdl2 && echo $?
pkg-config --cflags sdl2
pkg-config --libs sdl2
(I am guessing they don't point to the version in
/Volumes/ffmpeg_compile/.)
Moritz
More information about the ffmpeg-user
mailing list