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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
