mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Linking fix for rtclock on libpulsedsp
This commit is contained in:
parent
fb837f0cac
commit
cd704f8a84
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ bin_SCRIPTS += utils/padsp
|
|||
|
||||
endif
|
||||
|
||||
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_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/rtclock.c pulsecore/rtclock.h pulsecore/once.c pulsecore/once.h $(PA_THREAD_OBJS)
|
||||
libpulsedsp_la_CFLAGS = $(AM_CFLAGS)
|
||||
libpulsedsp_la_LIBADD = $(AM_LIBADD) libpulse.la
|
||||
libpulsedsp_la_LDFLAGS = -avoid-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue