Blender Git Commit Log

Git Commits -> Revision 1a72ee4

Revision 1a72ee4 by Campbell Barton (master)
June 10, 2021, 11:10 (GMT)
Cleanup: move endian values from BKE_global into BLI_endian_defines

This change was prompted by D6408 which moves thumbnail extraction into
a shared function that happens use these endian defines but only links
blenlib.

There is no need for these defines to be associated with globals
so move into their own header.

Commit Details:

Full Hash: 1a72ee4cbe055b0ad28dc3eeff9e4665ee64b37b
Parent Commit: e4ef8cb
Lines Changed: +45, -18

1 Added Path:

/source/blender/blenlib/BLI_endian_defines.h (+38, -0) (View)

8 Modified Paths:

/source/blender/blenkernel/BKE_global.h (+0, -14) (Diff)
/source/blender/blenkernel/intern/customdata_file.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/imbuf/intern/indexer.c (+1, -2) (Diff)
/source/blender/imbuf/intern/tiff.c (+1, -0) (Diff)
/source/blender/sequencer/intern/image_cache.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021