Commit d05234b6 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_BASOP_2514_EFAP_PORTING_ERROR

parent 8c5646af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@
/* any switch which is non-be wrt. TS 26.251 V3.0 */

#define FIX_1540_EXPOSE_PT_IN_RTP_HEADER_API            /* Expose Payload Type setting in RTP Header */
#define FIX_BASOP_2514_EFAP_PORTING_ERROR               /* Nokia: BASOP issue 2514: Fix wrongly ported line */
#define FIX_BASOP_2516_REND_CUSTOM_LAYOUT_PORT_BUG      /* Nokia: BASOP issue 2516: Fix porting bug in setting planar state for custom layout in renderer */
#define USE_RTPDUMP                                     /* FhG: RTPDUMP format (rtptools standard) instead of custom format */
#define FIX_FLOAT_1569_REND_RENDER_CONFIG_CHECKS        /* Nokia: float issue 1569: fix render config checks in renderer */
+0 −4
Original line number Diff line number Diff line
@@ -1064,11 +1064,7 @@ static void add_vertex_to_convex_hull_fx(
    move32();
    centroid[1] = Mpy_32_32( centroid[1], tmp32 ); // q27
    move32();
#ifdef FIX_BASOP_2514_EFAP_PORTING_ERROR
    centroid[2] = Mpy_32_32( centroid[2], tmp32 ); // q27
#else
    centroid[2] = Mpy_32_32( centroid[1], tmp32 ); // q27
#endif
    move32();

    centroid[0] = L_shl( centroid[0], 4 ); // q31