Move timeval calculation functions into their own file.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@926 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-05-18 06:45:43 +00:00
parent 5f458db84f
commit 0796ead0db
23 changed files with 234 additions and 149 deletions

View file

@ -351,6 +351,7 @@ libpolyp_la_SOURCES = \
polyp/stream.c polyp/stream.h \
polyp/subscribe.c polyp/subscribe.h \
polyp/sample.c polyp/sample.h \
polyp/timeval.c polyp/timeval.h \
polyp/volume.c polyp/volume.h \
polyp/utf8.c polyp/utf8.h \
polyp/mainloop.c polyp/mainloop.h \
@ -493,9 +494,10 @@ libpolypcore_la_SOURCES = \
polyp/mainloop-signal.c polyp/mainloop-signal.h \
polyp/sample.c polyp/sample.h \
polyp/volume.c polyp/volume.h \
polyp/timeval.c polyp/timeval.h \
polyp/utf8.c polyp/utf8.h \
polyp/xmalloc.c polyp/xmalloc.h \
polyp/util.c polyp/util.h
polyp/util.c polyp/util.h \
polyp/xmalloc.c polyp/xmalloc.h
# Pure core stuff (some are shared in libpolyp though).
libpolypcore_la_SOURCES += \