Fix the NEON build after "Convert CamelCase names to underscore_names."
authorAdrian Bunk <adrian.bunk@movial.com>
Thu, 9 Jul 2009 21:11:15 +0000 (00:11 +0300)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 9 Jul 2009 21:50:30 +0000 (17:50 -0400)
commit34ec50a4761cab50c6216b08ef5cfb36bf94209e
treef6a3c9e2bcdc6b2454c0c23f0c96c3b243880484
parent6b34482870fd53a9285f795f47656ac73fd706b0
Fix the NEON build after "Convert CamelCase names to underscore_names."

    This patch fixes the following build error caused
    by commit a98b71eff4041df58c9dcc2b1e25cefa38f364ff
    (Convert CamelCase names to underscore_names.):

    <--   snip  -->

    ...
    pixman-arm-neon.c: In function 'neon_composite_over_n_8_0565':
    pixman-arm-neon.c:1784: error: 'x_dst' undeclared (first use in this function)
    pixman-arm-neon.c:1784: error: (Each undeclared identifier is reported only once
    pixman-arm-neon.c:1784: error: for each function it appears in.)
    pixman-arm-neon.c:1785: error: 'p_dst' undeclared (first use in this function)
    pixman-arm-neon.c: In function 'neon_composite_over_n_0565':
    pixman-arm-neon.c:1937: error: 'x_dst' undeclared (first use in this function)
    pixman-arm-neon.c:1938: error: 'p_dst' undeclared (first use in this function)
    pixman-arm-neon.c: In function 'neon_composite_over_8888_0565':
    pixman-arm-neon.c:2074: error: 'x_dst' undeclared (first use in this function)
    pixman-arm-neon.c:2075: error: 'p_dst' undeclared (first use in this function)
    make[3]: *** [libpixman_arm_neon_la-pixman-arm-neon.lo] Error 1
    ...

    <--  snip  -->
pixman/pixman-arm-neon.c