svn commit: r320469 - head/multimedia/vlc/files

Christian Weisgerber naddy at FreeBSD.org
Mon Jun 10 12:52:39 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list