Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2013 12:28:06 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331768 - head/audio/lastfm-desktop/files
Message-ID:  <201310271228.r9RCS6Y9056804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Oct 27 12:28:06 2013
New Revision: 331768
URL: http://svnweb.freebsd.org/changeset/ports/331768

Log:
  audio/lastfm-desktop: add missing patch
  
  - Add patch forgotten in last commit
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/audio/lastfm-desktop/files/patch-app_client_Fingerprinter_LAV_Source.cpp   (contents, props changed)

Added: head/audio/lastfm-desktop/files/patch-app_client_Fingerprinter_LAV_Source.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/lastfm-desktop/files/patch-app_client_Fingerprinter_LAV_Source.cpp	Sun Oct 27 12:28:06 2013	(r331768)
@@ -0,0 +1,11 @@
+--- app/client/Fingerprinter/LAV_Source.cpp.orig	2013-10-27 10:26:00.699715369 -0200
++++ app/client/Fingerprinter/LAV_Source.cpp	2013-10-27 10:26:26.826714410 -0200
+@@ -44,6 +44,8 @@
+ 
+ using namespace std;
+ 
++#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
++
+ 
+ /*
+    Don't change these values!



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