[FFmpeg-cvslog] configure: Use the right pkgconf file for openjpeg

Luca Barbato git at videolan.org
Tue Mar 11 13:22:26 CET 2014


ffmpeg | branch: release/2.2 | Luca Barbato <lu_zero at gentoo.org> | Mon Mar 10 11:48:04 2014 +0100| [2c5e1d0933facc20c6926a788cce05d3e6cad149] | committer: Reinhard Tartler

configure: Use the right pkgconf file for openjpeg

The current release of version 1 uses libopenjpeg1.

(cherry picked from commit 4a8562394b685e83ae4a38a93eef43625755a231)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c5e1d0933facc20c6926a788cce05d3e6cad149
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1554e0a..c6789d5 100755
--- a/configure
+++ b/configure
@@ -3938,7 +3938,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



More information about the ffmpeg-cvslog mailing list