[FFmpeg-cvslog] Fix build with --enable-ladspa --disable-frei0r.

Alexis Ballier git at videolan.org
Tue May 20 21:26:45 CEST 2014


ffmpeg | branch: master | Alexis Ballier <aballier at gentoo.org> | Tue May 20 20:07:54 2014 +0200| [c9ab8790118c1a57ca862927b7f642a3546ea3df] | committer: Michael Niedermayer

Fix build with --enable-ladspa --disable-frei0r.

https://bugs.gentoo.org/show_bug.cgi?id=510516

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9ab8790118c1a57ca862927b7f642a3546ea3df
---

 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"



More information about the ffmpeg-cvslog mailing list