Opened 15 years ago

Closed 15 years ago

#6696 closed enhancement (fixed)

Disable fftw_lib3 when --disable-fftw is passed to configure

Reported by: Nick Morrott <knowledgejunkie (at) gmail (dot) com> Owned by: stuartm
Priority: minor Milestone: 0.22
Component: Plugin - MythMusic Version: head
Severity: medium Keywords: fftw_lib3 disable
Cc: Ticket locked: no

Description

When --disable-fftw is passed to configure, only fftw_lib is disabled. fftw_lib3 will still be built (and may still cause the build to fail - see #6414) if present on the system.

This patch enables/disables fftw_lib3 when the relevant flag is passed to configure.

Attachments (1)

6696-mythplugins-configure-disable-fftw_lib.diff (919 bytes) - added by Nick Morrott <knowledgejunkie (at) gmail (dot) com> 15 years ago.
Allow fftw_lib3 to be enabled/disabled

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Nick Morrott <knowledgejunkie (at) gmail (dot) com>

Allow fftw_lib3 to be enabled/disabled

comment:1 Changed 15 years ago by stuartm

Milestone: unknown0.22
Resolution: fixed
Status: newclosed

(In [20832]) Fix compilation of mythmusic without fftw3. Patch from Nick Morrott. Closes #6696

Note: See TracTickets for help on using tickets.