diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-07-04 12:29:14 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-07-04 12:29:14 +0000 |
commit | 849caf7b540fb7f0e691037fe7da50ac05b3b72a (patch) | |
tree | 39a4731a9d6689877db28425f6b0c74868f1d93d /legacy/evas/src/lib/engines/common/evas_pipe.c | |
parent | 98f5c5828c465a65b8cd827e858bc91b61aade92 (diff) |
evas: more compiler fix.
SVN revision: 73278
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/evas/src/lib/engines/common/evas_pipe.c b/legacy/evas/src/lib/engines/common/evas_pipe.c index ea6a354b16..44bfc71307 100644 --- a/legacy/evas/src/lib/engines/common/evas_pipe.c +++ b/legacy/evas/src/lib/engines/common/evas_pipe.c | |||
@@ -851,7 +851,7 @@ evas_common_pipe_map_begin(RGBA_Image *root) | |||
851 | EAPI Eina_Bool | 851 | EAPI Eina_Bool |
852 | evas_common_pipe_init(void) | 852 | evas_common_pipe_init(void) |
853 | { | 853 | { |
854 | #ifdef BUILD_PTHREAD | 854 | #ifdef BUILD_PIPE_RENDER |
855 | if (thread_num == 0) | 855 | if (thread_num == 0) |
856 | { | 856 | { |
857 | int cpunum; | 857 | int cpunum; |