From: Rémi Denis-Courmont Date: Sat, 6 Jun 2009 14:18:42 +0000 (+0300) Subject: Enable Chorus filter X-Git-Tag: 1.1.0-ff~5551 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e3bee650427b85eaa56338ac1a032e420681f217;p=vlc Enable Chorus filter --- diff --git a/THANKS b/THANKS index 66fc913e9c..7ee6349cfc 100644 --- a/THANKS +++ b/THANKS @@ -254,6 +254,7 @@ Sebastien Chaumat - YOPY port tests Sidney Doria - Brazilian Portuguese localisation Simon Damkjær Andersen - playmode icons and the entire Fullscreen Panel design for the OSX GUI (v0.8.6) Soren Bog - dynamicoverlays +Srikanth Raju - Chorus flanger audio filter Stefán Freyr Stefánsson - Qt4 speed slider Steve Lhomme - MSVC fixes and Matroska enhancements Steve Brown - fix for optional PES size bug diff --git a/modules/audio_filter/Modules.am b/modules/audio_filter/Modules.am index 75049fb39b..be35c4b58b 100644 --- a/modules/audio_filter/Modules.am +++ b/modules/audio_filter/Modules.am @@ -5,3 +5,7 @@ SOURCES_audio_format = format.c SOURCES_param_eq = param_eq.c SOURCES_scaletempo = scaletempo.c SOURCES_chorus_flanger = chorus_flanger.c + +libvlc_LTLIBRARIES += \ + libchorus_flanger_plugin.la \ + $(NULL)