Changeset 2072

Show
Ignore:
Timestamp:
09/23/07 09:58:58 (1 year ago)
Author:
alexander
Message:

"Fixed" inability to play videos on x86_64

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/xfmedia/Makefile

    r1820 r2072  
    2121 
    2222compile-stage2: 
    23         ./configure --prefix=/usr 
     23        # Without -O0, videos cannot be played on x86_64 
     24        CFLAGS="-O0 -pipe" ./configure --prefix=/usr 
    2425        make 
    2526        make install