happycube / ld-decode

Software defined LaserDisc decoder
GNU General Public License v3.0
296 stars 76 forks source link

Add fftw to ld-analyse include dirs #838

Closed oyvindln closed 1 year ago

oyvindln commented 1 year ago

Not sure why missing this didn't cause errors in the windows build before but hit it now. fftw is used by something in ld-analyse so if it's not included it won't be found if it's not in a standard location like on linux.

atsampson commented 1 year ago

Looks good to me. (The "something" is the Transform PAL decoders - they use FFTW to do the FFTs.)