aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Lejeune <superheron@gmail.com>2014-03-08 12:19:17 +0000
committerSean McGovern <gseanmcg@gmail.com>2014-04-14 18:26:28 -0400
commit1bccf68caeee787139f22679e1300a5eea048cf5 (patch)
treefb3622d0eaf3bd0e2ed64561941f8b5934383dbc
parent2eb15cdeef29eb8a0a32658154decba94b4b89cb (diff)
downloadffmpeg-1bccf68caeee787139f22679e1300a5eea048cf5.tar.gz
build: Use pkg-config for openjpeg
Bug-Id: 387 CC: libav-stable@libav.org
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 569d29a6c3..441007ce33 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 libopenjpeg openjpeg.h opj_version -lopenjpeg
+enabled libopenjpeg && require_pkg_config libopenjpeg 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