svn commit: r426618 - head/multimedia/ffmpeg

Thomas Zander riggs at FreeBSD.org
Sun Nov 20 20:03:40 UTC 2016


Author: riggs
Date: Sun Nov 20 20:03:39 2016
New Revision: 426618
URL: https://svnweb.freebsd.org/changeset/ports/426618

Log:
  Remove -msse from CFLAGS; fixes runtime issue for non-sse CPUs
  
  As mentioned in the discussion trail of bug 213583, this is necessary for
  certain i386 CPUs.
  
  PR:		213583
  Submitted by:	jbeich

Modified:
  head/multimedia/ffmpeg/Makefile

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Sun Nov 20 19:46:02 2016	(r426617)
+++ head/multimedia/ffmpeg/Makefile	Sun Nov 20 20:03:39 2016	(r426618)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	2.8.8
-PORTREVISION=	7
+PORTREVISION=	8
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
@@ -297,7 +297,6 @@ SPEEX_CONFIGURE_ENABLE=	libspeex
 
 # sse support
 SSE_CONFIGURE_ENABLE=	sse
-SSE_VARS=		FFMPEG_CFLAGS+="-msse"
 SSE_IMPLIES=		MMX
 
 # ssh


More information about the svn-ports-head mailing list