mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
build-sys: Drop libsamplerate from pulsecommon deps
This was erroneously added in:
commit d766b38e1b
build: Remove unnecessary flags in AM_CFLAGS
This commit is contained in:
parent
21bfe455da
commit
bb4b8f896e
1 changed files with 2 additions and 2 deletions
|
|
@ -600,9 +600,9 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
|
||||||
pulsecore/sndfile-util.c pulsecore/sndfile-util.h \
|
pulsecore/sndfile-util.c pulsecore/sndfile-util.h \
|
||||||
pulsecore/socket.h
|
pulsecore/socket.h
|
||||||
|
|
||||||
libpulsecommon_@PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS) $(LIBSNDFILE_CFLAGS)
|
libpulsecommon_@PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS) $(LIBSNDFILE_CFLAGS)
|
||||||
libpulsecommon_@PA_MAJORMINOR@_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version
|
libpulsecommon_@PA_MAJORMINOR@_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version
|
||||||
libpulsecommon_@PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) $(LIBWRAP_LIBS) $(WINSOCK_LIBS) $(LTLIBICONV) $(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS)
|
libpulsecommon_@PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) $(LIBWRAP_LIBS) $(WINSOCK_LIBS) $(LTLIBICONV) $(LIBSNDFILE_LIBS)
|
||||||
|
|
||||||
if HAVE_X11
|
if HAVE_X11
|
||||||
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += \
|
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue