mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
* fix building of padsp * remove a warning when compiling padsp.c git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@972 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f8aa55c5ac
commit
4413b89d7a
49 changed files with 324 additions and 255 deletions
|
|
@ -402,6 +402,7 @@ libpolyp_la_SOURCES += \
|
|||
polypcore/strbuf.c polypcore/strbuf.h \
|
||||
polypcore/strlist.c polypcore/strlist.h \
|
||||
polypcore/tagstruct.c polypcore/tagstruct.h \
|
||||
polypcore/core-error.c polypcore/core-error.h \
|
||||
polypcore/winsock.h
|
||||
|
||||
if OS_IS_WIN32
|
||||
|
|
@ -574,7 +575,8 @@ libpolypcore_la_SOURCES += \
|
|||
polypcore/source-output.c polypcore/source-output.h \
|
||||
polypcore/strbuf.c polypcore/strbuf.h \
|
||||
polypcore/tokenizer.c polypcore/tokenizer.h \
|
||||
polypcore/winsock.h
|
||||
polypcore/winsock.h \
|
||||
polypcore/core-error.c polypcore/core-error.h
|
||||
|
||||
if OS_IS_WIN32
|
||||
libpolypcore_la_SOURCES += \
|
||||
|
|
@ -1186,3 +1188,5 @@ install-exec-hook:
|
|||
chmod u+s $(DESTDIR)$(bindir)/polypaudio
|
||||
ln -sf pacat $(DESTDIR)$(bindir)/parec
|
||||
rm -f $(DESTDIR)$(modlibexecdir)/*.a
|
||||
|
||||
.PHONY: utils/padsp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue