Fix LADSPA enablement with cmake build system. Note: LADSPA doesn't compile ATM.

This commit is contained in:
Pedro Lopez-Cabanillas 2010-09-01 09:24:26 +00:00
parent 2690f30d9a
commit 9e0dda3ef3

View file

@ -215,6 +215,7 @@ set ( LADSPA_SUPPORT )
if ( enable-ladspa )
check_include_file ( ladspa.h LADSPA_SUPPORT )
if ( LADSPA_SUPPORT )
set ( LADSPA 1 )
if ( CMAKE_DL_LIBS )
set ( HAVE_LIBDL 1 )
set ( LIBFLUID_LIBS "${LIBFLUID_LIBS};${CMAKE_DL_LIBS}" )