First time here? Check out the FAQ!
answered 2019-05-31 00:32:31 -0600
try cmake -DBUILD_JPEG=ON -DBUILD_PNG=ON , etc, so it's using the provided 3rdparty codecs (from src), instead of trying to use your system's dynamic libs at runtime.
cmake -DBUILD_JPEG=ON -DBUILD_PNG=ON