Skip to content

Commit

Permalink
libjpeg: remove
Browse files Browse the repository at this point in the history
This library is more than 2x slower that -turbo on MIPS. It also conflicts
with -turbo as they write the same InstallDev entries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Aug 1, 2020
1 parent 48870aa commit 73d6ad6
Showing 1 changed file with 0 additions and 93 deletions.
93 changes: 0 additions & 93 deletions libs/libjpeg/Makefile

This file was deleted.

3 comments on commit 73d6ad6

@jonozzz
Copy link

@jonozzz jonozzz commented on 73d6ad6 Aug 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a build dependency on 'libjpeg', which does not exist
WARNING: Makefile 'package/feeds/packages/graphicsmagick/Makefile' has a build dependency on 'libjpeg', which does not exist

@zxlhhyccc
Copy link

@zxlhhyccc zxlhhyccc commented on 73d6ad6 Aug 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a build dependency on 'libjpeg', which does not exist
WARNING: Makefile 'package/feeds/packages/graphicsmagick/Makefile' has a build dependency on 'libjpeg', which does not exist

@jonozzz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# /usr/bin/vnstati -t -i eth0 -o -
Error loading shared library libjpeg.so.9: No such file or directory (needed by /usr/lib/libgd.so.3)
Error relocating /usr/lib/libgd.so.3: jpeg_save_markers: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_set_quality: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_finish_compress: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_destroy: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_write_scanlines: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_set_defaults: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_destroy_compress: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_start_decompress: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_CreateDecompress: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_write_marker: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_std_error: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_read_header: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_start_compress: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_CreateCompress: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_finish_decompress: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_simple_progression: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_read_scanlines: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_destroy_decompress: symbol not found
Error relocating /usr/lib/libgd.so.3: jpeg_resync_to_restart: symbol not found

Please sign in to comment.