mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
70797fe879
commit
5254930930
@ -35,10 +35,12 @@ jpeg_abort_decompress T
|
||||
jpeg_add_quant_table T
|
||||
jpeg_alloc_huff_table T
|
||||
jpeg_alloc_quant_table T
|
||||
jpeg_aritab R 912
|
||||
jpeg_calc_jpeg_dimensions T
|
||||
jpeg_calc_output_dimensions T
|
||||
jpeg_consume_input T
|
||||
jpeg_copy_critical_parameters T
|
||||
jpeg_core_output_dimensions T
|
||||
jpeg_default_colorspace T
|
||||
jpeg_default_qtables T
|
||||
jpeg_destroy T
|
||||
@ -122,9 +124,17 @@ jpeg_idct_ifast T
|
||||
jpeg_idct_islow T
|
||||
jpeg_input_complete T
|
||||
jpeg_mem_available T
|
||||
jpeg_mem_dest T
|
||||
jpeg_mem_init T
|
||||
jpeg_mem_src T
|
||||
jpeg_mem_term T
|
||||
jpeg_natural_order T
|
||||
jpeg_natural_order R 320
|
||||
jpeg_natural_order2 R 80
|
||||
jpeg_natural_order3 R 100
|
||||
jpeg_natural_order4 R 128
|
||||
jpeg_natural_order5 R 164
|
||||
jpeg_natural_order6 R 208
|
||||
jpeg_natural_order7 R 260
|
||||
jpeg_new_colormap T
|
||||
jpeg_open_backing_store T
|
||||
jpeg_quality_scaling T
|
||||
@ -144,6 +154,7 @@ jpeg_start_compress T
|
||||
jpeg_start_decompress T
|
||||
jpeg_start_output T
|
||||
jpeg_std_error T
|
||||
jpeg_std_huff_table T
|
||||
jpeg_std_message_table D 1024
|
||||
jpeg_stdio_dest T
|
||||
jpeg_stdio_src T
|
||||
@ -156,4 +167,3 @@ jpeg_write_raw_data T
|
||||
jpeg_write_scanlines T
|
||||
jpeg_write_tables T
|
||||
jround_up T
|
||||
jzero_far T
|
||||
|
@ -1 +1 @@
|
||||
5effddc20eaedb97cbb7ba3b482e6fc349e55ff9
|
||||
f5e37b349b716865e35782529ba8932cc6065263
|
||||
|
@ -1,9 +1,9 @@
|
||||
LICENSE := JPEG
|
||||
VERSION := 7
|
||||
VERSION := v9d
|
||||
DOWNLOADS := jpeg.archive
|
||||
|
||||
URL(jpeg) := http://www.ijg.org/files/jpegsrc.v7.tar.gz
|
||||
SHA(jpeg) := 50b7866206c5be044c4a2b0d7895898f5a58d31b50e16e79cf7dea3b90337ebf
|
||||
URL(jpeg) := http://www.ijg.org/files/jpegsrc.$(VERSION).tar.gz
|
||||
SHA(jpeg) := 6c434a3be59f8f62425b2e3c077e785c9ce30ee5874ea1c270e843f273ba71ee
|
||||
DIR(jpeg) := src/lib/jpeg
|
||||
|
||||
DIRS := include/jpeg
|
||||
|
Loading…
Reference in New Issue
Block a user