svn commit: r511818 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Wed Sep 11 11:47:09 UTC 2019


Author: jbeich
Date: Wed Sep 11 11:47:08 2019
New Revision: 511818
URL: https://svnweb.freebsd.org/changeset/ports/511818

Log:
  multimedia/ffmpeg: drop default configure flags
  
  Make it easier to know the difference with upstream builds e.g., we're
  still using deprecated libavresample.

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

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Wed Sep 11 11:47:01 2019	(r511817)
+++ head/multimedia/ffmpeg/Makefile	Wed Sep 11 11:47:08 2019	(r511818)
@@ -598,10 +598,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \
 		--enable-shared \
 		--enable-pic \
 		--enable-gpl \
-		--enable-postproc \
-		--enable-avfilter \
 		--enable-avresample \
-		--enable-pthreads \
 		--cc="${CC}"
 
 DOC_FILES=	Changelog CREDITS INSTALL.md LICENSE.md MAINTAINERS \


More information about the svn-ports-all mailing list