[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg/files: ladspadl.patch

2015-08-04 Thread Alexis Ballier (aballier)
aballier15/08/04 12:00:23

  Removed:  ladspadl.patch
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)



[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg/files: ladspadl.patch

2014-05-20 Thread Alexis Ballier (aballier)
aballier14/05/20 18:26:18

  Added:ladspadl.patch
  Log:
  fix build with USE=ladspa -frei0r, bug #510516
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  media-video/ffmpeg/files/ladspadl.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/files/ladspadl.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/files/ladspadl.patch?rev=1.1content-type=text/plain

Index: ladspadl.patch
===
From c27dc27c50cb016d470b45c5852c884718f4769c Mon Sep 17 00:00:00 2001
From: Alexis Ballier aball...@gentoo.org
Date: Tue, 20 May 2014 20:06:28 +0200
Subject: [PATCH] Fix build with --enable-ladspa --disable-frei0r.

https://bugs.gentoo.org/show_bug.cgi?id=510516
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index b6d35ae..0848fed 100755
--- a/configure
+++ b/configure
@@ -2499,6 +2499,7 @@ hqdn3d_filter_deps=gpl
 interlace_filter_deps=gpl
 kerndeint_filter_deps=gpl
 ladspa_filter_deps=ladspa dlopen
+ladspa_filter_extralibs='$ldl'
 mcdeint_filter_deps=avcodec gpl
 movie_filter_deps=avcodec avformat
 mp_filter_deps=gpl avcodec swscale inline_asm
-- 
1.9.3