Removed dependency to libjpeg, stb_image_write now supports writing JPEG files
This commit is contained in:
parent
44944989e8
commit
2aa70def6f
26 changed files with 8 additions and 1986 deletions
|
@ -51,9 +51,6 @@ rm $DESTDIR/$1/usr/lib/libvorbis*.so*
|
|||
# Compile libsndfile (important: --disable-sqlite)
|
||||
cd $LOCALDIR/build/libsndfile-* && sed -i 's/-version-info/-avoid-version/g' src/Makefile.in src/Makefile.am && ./configure $HOST $PREFIX --disable-sqlite && make && make install
|
||||
|
||||
# Compile JPEG
|
||||
cd $LOCALDIR/build/jpeg-* && sed -i 's/-version-info/-avoid-version/g' Makefile.in Makefile.am && ./configure $HOST $PREFIX && make && make install
|
||||
|
||||
# Compile freetype
|
||||
cd $LOCALDIR/build/freetype-* && sed -i 's/-version-info/-avoid-version/g' builds/unix/unix-cc.in && ./configure $HOST $PREFIX && make && make install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue