svn commit: r493097 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Sat Feb 16 20:40:23 UTC 2019


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)


More information about the svn-ports-all mailing list