Skip to content

Commit

Permalink
libmythfreesurround: unbreak fftw3 build with Clang 9
Browse files Browse the repository at this point in the history
ld: error: ../libmythfreesurround/libmythfreesurround-30.a(el_processor.o): unable to find library from dependent library specifier: libfftw3f-3.lib
  • Loading branch information
jbeich committed Sep 23, 2019
1 parent 526802f commit aab7d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythfreesurround/el_processor.cpp
Expand Up @@ -33,7 +33,7 @@ typedef FFTSample FFTComplexArray[2];
#endif


#ifdef USE_FFTW3
#if defined(_WIN32) && defined(USE_FFTW3)
#pragma comment (lib,"libfftw3f-3.lib")
#endif

Expand Down

0 comments on commit aab7d3f

Please sign in to comment.