mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
add utf8 validity checking API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@861 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b10f2dc0ae
commit
bf52fb93b4
3 changed files with 145 additions and 1 deletions
|
|
@ -481,6 +481,7 @@ polypcoreinclude_HEADERS = \
|
|||
polypcore/strbuf.h \
|
||||
polypcore/tokenizer.h \
|
||||
polypcore/util.h \
|
||||
polypcore/utf8.h \
|
||||
polypcore/xmalloc.h
|
||||
|
||||
lib_LTLIBRARIES += libpolypcore.la
|
||||
|
|
@ -541,7 +542,8 @@ libpolypcore_la_SOURCES += \
|
|||
polypcore/tokenizer.c polypcore/tokenizer.h \
|
||||
polypcore/util.c polypcore/util.h \
|
||||
polypcore/winsock.h \
|
||||
polypcore/xmalloc.c polypcore/xmalloc.h
|
||||
polypcore/xmalloc.c polypcore/xmalloc.h \
|
||||
polypcore/utf8.c polypcore/utf8.h
|
||||
|
||||
if OS_IS_WIN32
|
||||
libpolypcore_la_SOURCES += \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue