mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Rejig r2495 slightly and directly compile the necessary source files as libpulsecore.so is not available when libpulsedsp.so is built
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2496 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3166ce86d0
commit
3e4afae7f6
1 changed files with 2 additions and 2 deletions
|
|
@ -638,9 +638,9 @@ bin_SCRIPTS += utils/padsp
|
|||
|
||||
endif
|
||||
|
||||
libpulsedsp_la_SOURCES = utils/padsp.c
|
||||
libpulsedsp_la_SOURCES = utils/padsp.c pulsecore/core-util.c pulsecore/core-util.h pulsecore/core-error.c pulsecore/core-error.h pulsecore/log.c pulsecore/log.h pulsecore/once.c pulsecore/once.h $(PA_THREAD_OBJS)
|
||||
libpulsedsp_la_CFLAGS = $(AM_CFLAGS)
|
||||
libpulsedsp_la_LIBADD = $(AM_LIBADD) libpulse.la libpulsecore.la
|
||||
libpulsedsp_la_LIBADD = $(AM_LIBADD) libpulse.la
|
||||
libpulsedsp_la_LDFLAGS = -avoid-version
|
||||
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue