~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to configure

  • Committer: Sérgio Benjamim
  • Date: 2015-07-20 03:55:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150720035505-i1jj1zcjcnd0mc7w
Updated to 2.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5157
5157
                                 warn "using libx264 without pkg-config"; } } &&
5158
5158
                             { check_cpp_condition x264.h "X264_BUILD >= 118" ||
5159
5159
                               die "ERROR: libx264 must be installed and version must be >= 0.118."; }
5160
 
enabled libx265           && require_pkg_config x265 x265.h x265_encoder_encode &&
 
5160
enabled libx265           && require_pkg_config x265 x265.h x265_api_get &&
5161
5161
                             { check_cpp_condition x265.h "X265_BUILD >= 57" ||
5162
5162
                               die "ERROR: libx265 version must be >= 57."; }
5163
5163
enabled libxavs           && require libxavs xavs.h xavs_encoder_encode -lxavs