Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 20:40:22 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493097 - head/multimedia/ffmpeg
Message-ID:  <201902162040.x1GKeMM1006253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 16 20:40:22 2019
New Revision: 493097
URL: https://svnweb.freebsd.org/changeset/ports/493097

Log:
  multimedia/ffmpeg: unbreak SVTAV1=off on amd64 after r493026
  
  ===>  Configuring for ffmpeg-4.1.1,1
  Unknown option "--disable-libsvtav1".
  See ./configure --help for available options.
  ===>  Script "configure" failed unexpectedly.
  
  Reported by:	leres
  Pointy hat to:	jbeich

Modified:
  head/multimedia/ffmpeg/Makefile   (contents, props changed)

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Sat Feb 16 20:34:03 2019	(r493096)
+++ head/multimedia/ffmpeg/Makefile	Sat Feb 16 20:40:22 2019	(r493097)
@@ -410,7 +410,7 @@ SRT_CONFIGURE_ENABLE=	libsrt
 
 # svt-av1
 SVTAV1_LIB_DEPENDS=	libSvtAv1Enc.so:multimedia/svt-av1
-SVTAV1_CONFIGURE_ENABLE=	libsvtav1
+SVTAV1_CONFIGURE_ON=	--enable-libsvtav1
 SVTAV1_PATCH_SITES=	https://github.com/OpenVisualCloud/SVT-AV1/raw/37a5b96/ffmpeg_plugin/
 SVTAV1_PATCHFILES=	0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch:-p1
 .if make(makesum)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902162040.x1GKeMM1006253>