[SCM] libav/experimental: configure: Use the right pkgconf file for openjpeg

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:58 UTC 2014


The following commit has been merged in the experimental branch:
commit 4a8562394b685e83ae4a38a93eef43625755a231
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Mon Mar 10 11:48:04 2014 +0100

    configure: Use the right pkgconf file for openjpeg
    
    The current release of version 1 uses libopenjpeg1.

diff --git a/configure b/configure
index c98f0bd..4b9ba85 100755
--- a/configure
+++ b/configure
@@ -3975,7 +3975,7 @@ enabled libmp3lame        && require "libmp3lame >= 3.98.3" lame/lame.h lame_set
 enabled libopencore_amrnb && require libopencore_amrnb opencore-amrnb/interf_dec.h Decoder_Interface_init -lopencore-amrnb
 enabled libopencore_amrwb && require libopencore_amrwb opencore-amrwb/dec_if.h D_IF_init -lopencore-amrwb
 enabled libopencv         && require_pkg_config opencv opencv/cv.h cvCreateImageHeader
-enabled libopenjpeg       && require_pkg_config libopenjpeg openjpeg.h opj_version
+enabled libopenjpeg       && require_pkg_config libopenjpeg1 openjpeg.h opj_version
 enabled libopus           && require_pkg_config opus opus_multistream.h opus_multistream_decoder_create
 enabled libpulse          && require_pkg_config libpulse-simple pulse/simple.h pa_simple_new
 enabled librtmp           && require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list