Commit 8cb56512 authored by stoutjesdijk's avatar stoutjesdijk 🎧
Browse files

Revert "merge 109/343"

This reverts commit b820c048.
parent b820c048
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -956,7 +956,7 @@ static bool parseCmdlIVAS_dec(
            char tmp[4];
            strcpy( tmp, argv[i + 1] );
#endif
#ifdef FIX_I109_ORIENTATION_TRACKING
#ifdef FIX_I109_ORIENTATION_TRACKING // TODO @Philips needs merge with FIX_343_TO_UPPER
            char *tmp = to_upper( argv[i + 1] );
            if ( strcmp( to_upper( tmp ), "NONE" ) == 0 )
            {
@@ -964,12 +964,10 @@ static bool parseCmdlIVAS_dec(
            }
            else if ( strcmp( to_upper( tmp ), "REF" ) == 0 )
#else
#ifdef FIX_343_TO_UPPER
            char tmp[4];
            strcpy( tmp, argv[i + 1] );
#endif /* 343 */


            if ( strcmp( to_upper( tmp ), "REF" ) == 0 )
#endif /* 109 */
#endif
            {
                arg->orientation_tracking = IVAS_PUBLIC_ORIENT_TRK_REF;
            }