aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-03-10 11:48:04 +0100
committerAnton Khirnov <anton@khirnov.net>2014-04-21 07:32:09 +0200
commitca14a2d0e40720d018421e06995737e5682c33c9 (patch)
treecf2fb146d0c3416c63df3640a1f64545b338ade6
parentb77819afbc44016143b4a11b46109625203c4cef (diff)
downloadffmpeg-ca14a2d0e40720d018421e06995737e5682c33c9.tar.gz
configure: Use the right pkgconf file for openjpeg
The current release of version 1 uses libopenjpeg1. (cherry picked from commit 4a8562394b685e83ae4a38a93eef43625755a231) Conflicts: configure Signed-off-by: Anton Khirnov <anton@khirnov.net>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 441007ce33..362d788598 100755
--- a/configure
+++ b/configure
@@ -3499,7 +3499,7 @@ enabled libmp3lame && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_q
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