Changeset 145662277a0cb3ac52b6cd297b91c28e7be65c96

Show
Ignore:
Timestamp:
27/07/06 00:01:37 (2 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1153951297 +0000
git-parent:

[e9bbc01fdc597c29a2dfb95d297da8118d42288b]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1153951297 +0000
Message:

use pic on amd64. should fix the amd64 moz plugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    re9bbc01 r1456622  
    53925392  FILE_LIBVLC_DLL="!define LIBVLC_DLL libvlc.dll"], 
    53935393  FILE_LIBVLC_DLL="" ) 
     5394dnl 
     5395dnl we need pic on amd64 fo the mozilla plugin 
     5396 
     5397case "${target_cpu}" in 
     5398     x86_64) 
     5399    pic=pic 
     5400    ;; 
     5401     *) 
     5402    pic="" 
     5403    ;; 
     5404esac 
     5405AC_SUBST(pic) 
     5406 
    53945407 
    53955408dnl Import conditional variables generated by bootstrap