Skip to content

Commit

Permalink
explicitly linking pulseaudio and not just pulse-simple
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Oenal authored and Elias Oenal committed Oct 29, 2012
1 parent 6383a8d commit 28c6b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multimonNG.pro
Expand Up @@ -54,15 +54,15 @@ LIBS += -lwinmm
unix:linux-g++-32:!symbian:!macx{
DEFINES += ARCH_I386
DEFINES += PULSE_AUDIO
LIBS += -lX11 -lpulse-simple
LIBS += -lX11 -lpulse-simple -lpulse
SOURCES += xdisplay.c \
demod_display.c
}

unix:linux-g++-64:!symbian:!macx{
DEFINES += ARCH_X86_64
DEFINES += PULSE_AUDIO
LIBS += -lX11 -lpulse-simple
LIBS += -lX11 -lpulse-simple -lpulse
SOURCES += xdisplay.c \
demod_display.c
}
Expand Down

0 comments on commit 28c6b6b

Please sign in to comment.