# HG changeset patch # User aurel # Date 1159210458 0 # Node ID 64642d08db1b913a29b164a8e66a2662ddf909d7 # Parent c3643ddcbaab820142eed19388b59c71fd8335cd rename vector to vect to avoid clash with Apple gcc diff -r c3643ddcbaab -r 64642d08db1b vp56.h --- a/vp56.h Mon Sep 25 15:23:40 2006 +0000 +++ b/vp56.h Mon Sep 25 18:54:18 2006 +0000 @@ -33,7 +33,7 @@ typedef struct vp56_mv vp56_mv_t; typedef void (*vp56_parse_vector_adjustment_t)(vp56_context_t *s, - vp56_mv_t *vector); + vp56_mv_t *vect); typedef int (*vp56_adjust_t)(int v, int t); typedef void (*vp56_filter_t)(vp56_context_t *s, uint8_t *dst, uint8_t *src, int offset1, int offset2, int stride,