On Sun, Mar 27, 2016 at 10:14:21 -0400, Aaron Boxer wrote: > So, how does > check_lib openjpeg-2.1/openjpeg.h opj_version -lopenjp2 -DOPJ_STATIC > operate? What is it looking for, and how can it fail?
If you run "./configure" as "sh -x configure", you can see *everything* the shell does. But that is a lot. But you can also look into the shell function check_lib, and goes through a few sub-functions. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
