Changeset d674e1a7664089290ce8e03c94abe2c329ab4a5b

Show
Ignore:
Timestamp:
03/03/08 01:47:49 (7 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1204505269 +0000
git-parent:

[875f1b2adb133f3e0a617a0d8d5640e05308ba0b]

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

Don't check for headers. Pkg-config is enough

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r192a129 rd674e1a  
    37633763    fi 
    37643764  else 
    3765     AC_CHECK_HEADERS(x264.h, [ 
    37663765      PKG_CHECK_MODULES(X264,x264, [ 
    37673766        VLC_ADD_PLUGINS([x264]) 
     
    37733772          fi 
    37743773      ]) 
    3775     ]) 
    37763774    LDFLAGS="${LDFLAGS_save}" 
    37773775  fi