Browse Source

Merge commit '47f9d7ce5493e119e09d1227d017414feaaf8d97'

* commit '47f9d7ce5493e119e09d1227d017414feaaf8d97':
  x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
3f965ab95d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavutil/x86/x86inc.asm

+ 2
- 0
libavutil/x86/x86inc.asm View File

@@ -49,6 +49,8 @@
%define WIN64 1 %define WIN64 1
%elifidn __OUTPUT_FORMAT__,win64 %elifidn __OUTPUT_FORMAT__,win64
%define WIN64 1 %define WIN64 1
%elifidn __OUTPUT_FORMAT__,x64
%define WIN64 1
%else %else
%define UNIX64 1 %define UNIX64 1
%endif %endif


Loading…
Cancel
Save