Ticket #3488: ffmpeg_pkg_config_error.patch

File ffmpeg_pkg_config_error.patch, 400 bytes (added by Actium, 12 years ago)
  • configure

    diff --git a/configure b/configure
    index 5ce2961..12b7b5d 100755
    a b require_cpp(){  
    11551155
    11561156require_pkg_config(){
    11571157    pkg="$1"
     1158    "$pkg_config" != "false" || die "ERROR: pkg-config required to enable $pkg"
    11581159    check_pkg_config "$@" || die "ERROR: $pkg not found"
    11591160    add_cflags    $(get_safe ${pkg}_cflags)
    11601161    add_extralibs $(get_safe ${pkg}_libs)