Running the new ./configure (from the new-build branch)
autodetects LADSPA as enabled:

  LADSPA effect plugins   yes

I don't have anything ladspa-related installed
(or is nothing particular required to "enable" ladspa?)

I am not sure how ./configure decided that ladspa is available here.
I have not specified --with-ladspa; is it the default?
I cannot tell from ./configure --help, it uses both

  --with-ladspa           Enable LADSPA plugin support (yes/no/*)
  --with-magic            Use magic (YES/no/*)

What is the difference between "yes" and "YES"?


Also, there seems to be an inconsistency
in naming of the config variable - it's

        /* Define if LADSPA support is enabled */
        #define HAVE_LADSPA_H 1

For everything else, HAVE_*_H means presence of the header file, as in

        /* Define to 1 if you have the <id3tag.h> header file. */
        #define HAVE_ID3TAG_H 1

while the functionality is configured with

        /* Define if id3_file_open exists in -l$sox_wl */
        #define HAVE_ID3TAG 1

(I don't have ladspa.h if that's what is meant.)

Jan


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to