[vlc-commits] contrib: ffmpeg: add dependency on the openjpeg dependencies

Steve Lhomme git at videolan.org
Tue May 15 18:35:05 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 15 09:50:53 2018 +0200| [b19a415075bd5750feabbc1d8919631b2a6bb7da] | committer: Steve Lhomme

contrib: ffmpeg: add dependency on the openjpeg dependencies

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b19a415075bd5750feabbc1d8919631b2a6bb7da
---

 contrib/src/ffmpeg/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index b75b110c9c..05188b9b4a 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -56,7 +56,7 @@ DEPS_ffmpeg = zlib gsm
 ifndef USE_LIBAV
 FFMPEGCONF += \
 	--enable-libopenjpeg
-DEPS_ffmpeg += openjpeg
+DEPS_ffmpeg += openjpeg $(DEPS_openjpeg)
 endif
 
 # Optional dependencies



More information about the vlc-commits mailing list