mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-03 18:08:40 -04:00
Final(?) portaudio removal.
This commit is contained in:
parent
52b946f546
commit
c2352bd00a
@ -40,7 +40,7 @@ qt5_wrap_ui (q65w_GENUISRCS ${q65w_UISRCS})
|
||||
|
||||
add_executable (q65w ${q65w_CXXSRCS} ${q65w_CSRCS} ${q65w_GENUISRCS} q65w.rc)
|
||||
target_include_directories (q65w PRIVATE ${CMAKE_SOURCE_DIR} ${FFTW3_INCLUDE_DIRS})
|
||||
target_link_libraries (q65w wsjt_qt m65impl ${FFTW3_LIBRARIES} Qt5::Widgets Qt5::Network Portaudio::Portaudio Usb::Usb)
|
||||
target_link_libraries (q65w wsjt_qt m65impl ${FFTW3_LIBRARIES} Qt5::Widgets Qt5::Network Usb::Usb)
|
||||
|
||||
if (WSJT_CREATE_WINMAIN)
|
||||
set_target_properties (q65w PROPERTIES WIN32_EXECUTABLE ON)
|
||||
|
@ -10,7 +10,6 @@
|
||||
#define NFFT 32768
|
||||
#define FRAMES_PER_BUFFER 1024
|
||||
|
||||
#include <portaudio.h>
|
||||
extern "C"
|
||||
{
|
||||
struct
|
||||
|
Loading…
Reference in New Issue
Block a user