Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 13:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/179449: commit references a PR
Message-ID:  <201306101300.r5AD01q4021762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179449; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179449: commit references a PR
Date: Mon, 10 Jun 2013 12:52:46 +0000 (UTC)

 Author: naddy
 Date: Mon Jun 10 12:52:39 2013
 New Revision: 320469
 URL: http://svnweb.freebsd.org/changeset/ports/320469
 
 Log:
   Fix build after audio/flac 1.3.0 update.
   
   PR:		179449
   Submitted by:	Arrigo Marchiori <ardovm@yahoo.it> (fix)
 
 Added:
   head/multimedia/vlc/files/patch-modules-codec-flac.c   (contents, props changed)
 
 Added: head/multimedia/vlc/files/patch-modules-codec-flac.c
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/multimedia/vlc/files/patch-modules-codec-flac.c	Mon Jun 10 12:52:39 2013	(r320469)
 @@ -0,0 +1,13 @@
 +--- modules/codec/flac.c.orig	2013-01-25 13:30:14.000000000 +0100
 ++++ modules/codec/flac.c	2013-06-10 14:39:04.000000000 +0200
 +@@ -38,8 +38,8 @@
 + #include <vlc_codec.h>
 + #include <vlc_aout.h>
 + 
 +-#include <stream_decoder.h>
 +-#include <stream_encoder.h>
 ++#include <FLAC/stream_decoder.h>
 ++#include <FLAC/stream_encoder.h>
 + 
 + #include <vlc_block_helper.h>
 + #include <vlc_bits.h>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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