Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 10:33:37 +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: r482658 - in head/multimedia/ffmpeg: . files
Message-ID:  <201810211033.w9LAXbuu043928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Oct 21 10:33:37 2018
New Revision: 482658
URL: https://svnweb.freebsd.org/changeset/ports/482658

Log:
  multimedia/ffmpeg: unbreak ALSA=off after r468844
  
  https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html
  
  PR:		232498

Modified:
  head/multimedia/ffmpeg/Makefile   (contents, props changed)
  head/multimedia/ffmpeg/files/patch-configure   (contents, props changed)

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Sun Oct 21 09:30:16 2018	(r482657)
+++ head/multimedia/ffmpeg/Makefile	Sun Oct 21 10:33:37 2018	(r482658)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	4.0.2
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	https://ffmpeg.org/releases/

Modified: head/multimedia/ffmpeg/files/patch-configure
==============================================================================
--- head/multimedia/ffmpeg/files/patch-configure	Sun Oct 21 09:30:16 2018	(r482657)
+++ head/multimedia/ffmpeg/files/patch-configure	Sun Oct 21 10:33:37 2018	(r482658)
@@ -14,3 +14,15 @@
  cpu="generic"
  intrinsics="none"
  
+@@ -6234,8 +6229,10 @@ else
+ EOF
+ fi
+ 
+-enabled alsa && check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp ||
++if enabled alsa; then
++    check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp ||
+     check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound
++fi
+ 
+ enabled libjack &&
+     require_pkg_config libjack jack jack/jack.h jack_port_get_latency_range



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