@@ -258,7 +258,7 @@ mezz-lib-files: [
258
258
; %mezz/codec-html-entities.reb
259
259
; %mezz/codec-wav.reb
260
260
; %mezz/codec-swf.reb
261
- ; %mezz/codec-image.reb ; included using: include-image-os-codec (windows only so far)
261
+ ; %mezz/codec-image.reb ; included using: include-image-os-codec (windows and macos only so far)
262
262
; %mezz/codec-image-ext.reb ; image codec extensions (codecs/png/size?)
263
263
]
264
264
mezz-prot-files: [
@@ -329,20 +329,18 @@ include-native-gif-codec: [config: INCLUDE_GIF_CODEC core-files: %core/u-gif.c]
329
329
330
330
;@@ on Windows it's better to use system image codec (ability to use more types)
331
331
include-image-os-codec: [
332
+ config: INCLUDE_IMAGE_OS_CODEC
333
+ mezz-lib-files: %mezz/codec-image.reb
332
334
#if Windows? [
333
- config: INCLUDE_IMAGE_OS_CODEC
334
335
host-files: %os/win32/host-image.c
335
- mezz-lib-files: %mezz/codec-image-win.reb
336
336
]
337
337
#if MacOS? [
338
- config: INCLUDE_IMAGE_OS_CODEC
339
338
host-files: [
340
339
%os/osx/host-image.c
341
340
%os/osx/sys-codecs.m
342
341
%os/osx/sys-utils.m
343
342
]
344
343
frameworks: [CoreGraphics CoreImage ImageIO Foundation]
345
- mezz-lib-files: %mezz/codec-image-osx.reb
346
344
]
347
345
]
348
346
@@ -495,7 +493,7 @@ include-codec-bbcode: [mezz-lib-files: %mezz/codec-bbcode.reb ]
495
493
include-codec-html-entities: [mezz-lib-files: %mezz/codec-html-entities.reb]
496
494
include-codec-ico: [
497
495
; at this moment ico can be encoded only from pngs!
498
- :include-native-png-codec
496
+ ; :include-native-png-codec
499
497
mezz-lib-files: %mezz/codec-ico.reb
500
498
mezz-lib-files: %mezz/codec-image-ext.reb ; png/size? function
501
499
]
@@ -538,10 +536,11 @@ include-rebol-core: [
538
536
:include-iconv
539
537
:include-https
540
538
539
+ :include-codec-unixtime
541
540
:include-codec-gzip
542
541
:include-codec-zip
543
542
:include-codec-tar
544
- :include-codec-unixtime
543
+
545
544
config: INCLUDE_SHA224
546
545
config: INCLUDE_SHA384
547
546
@@ -551,23 +550,24 @@ include-rebol-core: [
551
550
include-rebol-bulk: [
552
551
:include-rebol-core
553
552
:include-optional-checksums
554
- :include-image-codecs
555
553
:include-image-natives
556
554
:include-lzma-compression
557
555
:include-base85-encoding
558
556
:include-view
559
557
:include-midi
560
558
559
+ :include-codec-swf
561
560
:include-codec-gzip
562
561
:include-codec-zip
563
562
:include-codec-tar
564
563
:include-codec-bbcode
565
- :include-codec-html-entities
566
- :include-codec-ico
564
+ :include-codec-html-entities
567
565
:include-codec-json
568
566
:include-codec-xml
569
- :include-codec-swf
570
567
:include-codec-wav
568
+ :include-codec-ico
569
+
570
+ :include-image-codecs
571
571
572
572
:include-mezz-date
573
573
:include-mezz-colors
0 commit comments