Changeset 3466 for pjproject


Ignore:
Timestamp:
Mar 18, 2011 9:57:44 AM (13 years ago)
Author:
bennylp
Message:

Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, and remove the assembly implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-codec/ffmpeg_codecs.c

    r3461 r3466  
    12441244    } 
    12451245 
    1246 #ifdef _MSC_VER 
     1246#if 0 && defined(_MSC_VER) 
    12471247    /* Align stack for MSVC environment to avoid 'random' crash, as advised in 
    12481248     * http://ffmpeg.arrozcru.org/forum/viewtopic.php?f=1&t=549 
     
    12591259     } 
    12601260#else 
    1261 #   define VHALIGNCALL16(x) 
     1261#   define VHALIGNCALL16(x)     x 
    12621262#endif 
    12631263 
Note: See TracChangeset for help on using the changeset viewer.