Bug 22690 - Fix the NEON build after "Convert CamelCase names to underscore_names."
Summary: Fix the NEON build after "Convert CamelCase names to underscore_names."
Status: RESOLVED FIXED
Alias: None
Product: pixman
Classification: Unclassified
Component: pixman (show other bugs)
Version: git master
Hardware: ARM Linux (All)
: medium normal
Assignee: Søren Sandmann Pedersen
QA Contact: Søren Sandmann Pedersen
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2009-07-09 14:22 UTC by Adrian Bunk
Modified: 2009-07-09 14:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix the NEON build after "Convert CamelCase names to underscore_names." (2.93 KB, patch)
2009-07-09 14:22 UTC, Adrian Bunk
Details | Splinter Review

Description Adrian Bunk 2009-07-09 14:22:25 UTC
Created attachment 27537 [details] [review]
Fix the NEON build after "Convert CamelCase names to underscore_names."

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  -->
Comment 1 Søren Sandmann Pedersen 2009-07-09 14:52:42 UTC
Pushed, thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.