Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-04-24 13:45:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-24 13:45:56 +0400
commit9204f11052697dba84a961f9358219a803e46a66 (patch)
tree10fb8436ecd6d4c44e7b87db841062336323078b /source/blender/imbuf/intern/jp2.c
parenta667492d0e0d27a2b52a95ffc7cf2ce74f5c45ec (diff)
fix for possible error building with debian
Diffstat (limited to 'source/blender/imbuf/intern/jp2.c')
-rw-r--r--source/blender/imbuf/intern/jp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/jp2.c b/source/blender/imbuf/intern/jp2.c
index 749d46d3a98..6abfbdb4aa1 100644
--- a/source/blender/imbuf/intern/jp2.c
+++ b/source/blender/imbuf/intern/jp2.c
@@ -331,7 +331,7 @@ static int initialise_4K_poc(opj_poc_t *POC, int numres)
static void cinema_parameters(opj_cparameters_t *parameters)
{
- parameters->tile_size_on = FALSE;
+ parameters->tile_size_on = 0; /* FALSE */
parameters->cp_tdx=1;
parameters->cp_tdy=1;