Skip to content

Commit

Permalink
Merge pull request #543 from radarhere/libjpeg-turbo
Browse files Browse the repository at this point in the history
Updated libjpeg-turbo URL
  • Loading branch information
mattip authored Dec 16, 2024
2 parents 74a9795 + 928cbbb commit 42d7617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function build_jpeg {
function build_libjpeg_turbo {
if [ -e jpeg-stamp ]; then return; fi
local cmake=$(get_modern_cmake)
fetch_unpack https://download.sourceforge.net/libjpeg-turbo/libjpeg-turbo-${JPEGTURBO_VERSION}.tar.gz
fetch_unpack https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/${JPEGTURBO_VERSION}/libjpeg-turbo-${JPEGTURBO_VERSION}.tar.gz
(cd libjpeg-turbo-${JPEGTURBO_VERSION} \
&& $cmake -G"Unix Makefiles" -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX \
-DCMAKE_INSTALL_LIBDIR=$BUILD_PREFIX/lib -DCMAKE_INSTALL_NAME_DIR=$BUILD_PREFIX/lib \
Expand Down

0 comments on commit 42d7617

Please sign in to comment.