summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2006-05-19Fix which headers get installed for libpolyp.Pierre Ossman1-1/+11
2006-05-19Sort source files.Pierre Ossman1-28/+28
2006-05-18Move timeval calculation functions into their own file.Pierre Ossman1-2/+4
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-18/+13
2006-05-17Move utf8 to the public part (libpolyp).Pierre Ossman1-4/+5
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-7/+7
2006-05-16* add new configure option --with-module-dir=Lennart Poettering1-50/+48
2006-05-16* remove .a files from the modules directory after installationLennart Poettering1-23/+24
2006-05-16add new test programme utf8-test.cLennart Poettering1-1/+7
2006-05-15undo r868Lennart Poettering1-3/+3
2006-05-15module-volume-restore uses regexp() so make sure it's only built on systemsPierre Ossman1-3/+3
2006-05-14add utf8 validity checking APILennart Poettering1-1/+3
2006-05-14add new module module-volume-restore which saves and restores volume of playb...Lennart Poettering1-2/+10
2006-05-11Handle pipes on platforms where they are non-existant of broken.Pierre Ossman1-0/+2
2006-05-09Add stubs for the threaded main loop so that we can compile it onPierre Ossman1-7/+2
2006-05-02Windows doesn't have POSIX thread. ifdef out things for now.Pierre Ossman1-1/+6
2006-04-30add new threaded main loop implementation (with test/example)Lennart Poettering1-0/+8
2006-04-26add new test 'channelmap-test'Lennart Poettering1-1/+7
2006-04-23* Merge build system patch from Igor ZubkovLennart Poettering1-12/+13
2006-04-18fix CFLAGS for jack modulesLennart Poettering1-2/+2
2006-04-18fix make distcheckLennart Poettering1-2/+4
2006-04-18build jack sourceLennart Poettering1-2/+10
2006-04-18We need to emulate sendmsg/recvmsg to support rtp on Windows. Will doPierre Ossman1-2/+12
2006-04-17add new JACK sinkLennart Poettering1-1/+14
2006-04-16rename module-rtp-monitor to module-rtp-sendLennart Poettering1-6/+6
2006-04-16* add RTP/SAP/SDP reciever moduleLennart Poettering1-3/+10
2006-04-14* ignore some more filesLennart Poettering1-3/+16
2006-04-13add new configure option to enable preloading even on architectures that supp...Lennart Poettering1-1/+6
2006-03-02Handle the new latency protocol. This is just a quick fix and does notPierre Ossman1-0/+1
2006-02-23Add inet_pton emulation for platforms that lack it. Only support IPv4 atPierre Ossman1-0/+1
2006-02-22unbreak Makefile.amLennart Poettering1-2/+2
2006-02-22todo testLennart Poettering1-2/+2
2006-02-22Support for setting volume on sources.Pierre Ossman1-0/+1
2006-02-21* Don't build seperate ipv4/ipv6 versions of the protocol pluginsLennart Poettering1-35/+0
2006-02-21* Get rid of libpolyp-mainloopLennart Poettering1-23/+17
2006-02-20build dllmain.c only on win32 (makes gcc shut up a little more)Lennart Poettering1-2/+10
2006-02-20fix moddirLennart Poettering1-2/+2
2006-02-20* modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering1-2/+2
2006-02-20util.c uses some socket functions so we need winsock on Windows.Pierre Ossman1-1/+1
2006-02-201) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering1-1/+21
2006-02-17Have a memblock queue on the client side during recording. This makes thePierre Ossman1-0/+1
2006-02-17Module needs stuff in libpolypcore.Pierre Ossman1-1/+1
2006-02-17Integrate error routines into libpolyp. Not much point in having this as aPierre Ossman1-12/+7
2006-02-17Make sure that all polypcore headers are installed.Pierre Ossman1-9/+47
2006-02-17Move the util libs to the modules section since they're in that directory.Pierre Ossman1-34/+16
2006-02-16* rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid c...Lennart Poettering1-2/+2
2006-02-16drop polyplib- prefix from client library filesLennart Poettering1-25/+25
2006-02-16move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering1-4/+4
2006-02-16* svn:ignore some filesLennart Poettering1-13/+17
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+1061