diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-26 22:42:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-26 22:42:44 +0800 |
commit | fc37ca236b71d16e618b709f96c4fd55e90c4999 (patch) | |
tree | b4fd1c0da900b47d7f7bd9ff430fdf2a56aa044d /multimedia/libav | |
parent | 53340f08eb1761f353b502be492d0e2387c9da24 (diff) | |
download | freebsd-ports-gnome-fc37ca236b71d16e618b709f96c4fd55e90c4999.tar.gz freebsd-ports-gnome-fc37ca236b71d16e618b709f96c4fd55e90c4999.tar.zst freebsd-ports-gnome-fc37ca236b71d16e618b709f96c4fd55e90c4999.zip |
Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.
Approved by: portmgr (implicit) for NO_STAGE ports
Diffstat (limited to 'multimedia/libav')
-rw-r--r-- | multimedia/libav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile index 0ebfa44fa930..24079b22b03c 100644 --- a/multimedia/libav/Makefile +++ b/multimedia/libav/Makefile @@ -95,7 +95,7 @@ LAME_CONFIGURE_ENABLE= libmp3lame OPENCV_LIB_DEPENDS= libopencv_gpu.so:${PORTSDIR}/graphics/opencv OPENCV_CONFIGURE_ENABLE= libopencv -OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg +OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 OPENJPEG_CONFIGURE_ENABLE= libopenjpeg OPENSSL_CONFIGURE_ENABLE= openssl |