summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-01 20:16:28 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-01 20:16:28 +0000
commit7d83e5c7816b5e343695a75ba58b32dbe1be969a (patch)
treebfd1dfc9b7c8f4a2aaf66c1b30e78355dee8c88a
parent762196328ab7e60f1d2908fd5a337d2ca99726dd (diff)
move all sources down to a seperate src/ tree
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@34 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
-rw-r--r--src/Makefile (renamed from Makefile)0
-rw-r--r--src/TODO (renamed from TODO)0
-rw-r--r--src/add.c (renamed from add.c)0
-rw-r--r--src/add.h (renamed from add.h)0
-rw-r--r--src/asyncq.c (renamed from asyncq.c)0
-rw-r--r--src/asyncq.h (renamed from asyncq.h)0
-rw-r--r--src/bbuffer.c (renamed from bbuffer.c)0
-rw-r--r--src/bbuffer.h (renamed from bbuffer.h)0
-rw-r--r--src/bufferq.c (renamed from bufferq.c)0
-rw-r--r--src/bufferq.h (renamed from bufferq.h)0
-rw-r--r--src/byteswap.c (renamed from byteswap.c)0
-rw-r--r--src/byteswap.h (renamed from byteswap.h)0
-rw-r--r--src/common.c (renamed from common.c)0
-rw-r--r--src/common.h (renamed from common.h)0
-rw-r--r--src/continued-fraction.c (renamed from continued-fraction.c)0
-rw-r--r--src/continued-fraction.h (renamed from continued-fraction.h)0
-rw-r--r--src/converter.c (renamed from converter.c)0
-rw-r--r--src/converter.h (renamed from converter.h)0
-rw-r--r--src/driver.h (renamed from driver.h)0
-rw-r--r--src/format.c (renamed from format.c)0
-rw-r--r--src/format.h (renamed from format.h)0
-rw-r--r--src/g711.c (renamed from g711.c)0
-rw-r--r--src/g711.h (renamed from g711.h)0
-rw-r--r--src/interleave.c (renamed from interleave.c)0
-rw-r--r--src/interleave.h (renamed from interleave.h)0
-rw-r--r--src/llist.h (renamed from llist.h)0
-rw-r--r--src/macro.h (renamed from macro.h)0
-rw-r--r--src/malloc.c (renamed from malloc.c)0
-rw-r--r--src/malloc.h (renamed from malloc.h)0
-rw-r--r--src/meta-name-table.gperf (renamed from meta-name-table.gperf)0
-rw-r--r--src/mutex.c (renamed from mutex.c)0
-rw-r--r--src/mutex.h (renamed from mutex.h)0
-rw-r--r--src/once.c (renamed from once.c)0
-rw-r--r--src/once.h (renamed from once.h)0
-rw-r--r--src/oss.c (renamed from oss.c)0
-rw-r--r--src/resample.c (renamed from resample.c)0
-rw-r--r--src/resample.h (renamed from resample.h)0
-rw-r--r--src/speex/arch.h (renamed from speex/arch.h)0
-rw-r--r--src/speex/resample.c (renamed from speex/resample.c)0
-rw-r--r--src/speex/speex_resampler.h (renamed from speex/speex_resampler.h)0
-rw-r--r--src/sydney.h (renamed from sydney.h)0
-rw-r--r--src/test-asyncq.c (renamed from test-asyncq.c)0
-rw-r--r--src/test-bufferq.c (renamed from test-bufferq.c)0
-rw-r--r--src/test-llist.c (renamed from test-llist.c)0
-rw-r--r--src/test-pull.c (renamed from test-pull.c)0
-rw-r--r--src/test-sine.c (renamed from test-sine.c)0
-rw-r--r--src/thread.c (renamed from thread.c)0
-rw-r--r--src/thread.h (renamed from thread.h)0
-rw-r--r--src/volscale.c (renamed from volscale.c)0
-rw-r--r--src/volscale.h (renamed from volscale.h)0
-rw-r--r--src/zero.c (renamed from zero.c)0
-rw-r--r--src/zero.h (renamed from zero.h)0
52 files changed, 0 insertions, 0 deletions
diff --git a/Makefile b/src/Makefile
index bd82b1f..bd82b1f 100644
--- a/Makefile
+++ b/src/Makefile
diff --git a/TODO b/src/TODO
index f12bf79..f12bf79 100644
--- a/TODO
+++ b/src/TODO
diff --git a/add.c b/src/add.c
index b7714f4..b7714f4 100644
--- a/add.c
+++ b/src/add.c
diff --git a/add.h b/src/add.h
index 6a31bc5..6a31bc5 100644
--- a/add.h
+++ b/src/add.h
diff --git a/asyncq.c b/src/asyncq.c
index 54d7d5b..54d7d5b 100644
--- a/asyncq.c
+++ b/src/asyncq.c
diff --git a/asyncq.h b/src/asyncq.h
index 2e60c23..2e60c23 100644
--- a/asyncq.h
+++ b/src/asyncq.h
diff --git a/bbuffer.c b/src/bbuffer.c
index c8cbaa0..c8cbaa0 100644
--- a/bbuffer.c
+++ b/src/bbuffer.c
diff --git a/bbuffer.h b/src/bbuffer.h
index 6394a11..6394a11 100644
--- a/bbuffer.h
+++ b/src/bbuffer.h
diff --git a/bufferq.c b/src/bufferq.c
index 1965dda..1965dda 100644
--- a/bufferq.c
+++ b/src/bufferq.c
diff --git a/bufferq.h b/src/bufferq.h
index 2d53a45..2d53a45 100644
--- a/bufferq.h
+++ b/src/bufferq.h
diff --git a/byteswap.c b/src/byteswap.c
index 8ae0b7a..8ae0b7a 100644
--- a/byteswap.c
+++ b/src/byteswap.c
diff --git a/byteswap.h b/src/byteswap.h
index 4116677..4116677 100644
--- a/byteswap.h
+++ b/src/byteswap.h
diff --git a/common.c b/src/common.c
index 5a81d02..5a81d02 100644
--- a/common.c
+++ b/src/common.c
diff --git a/common.h b/src/common.h
index b5f316c..b5f316c 100644
--- a/common.h
+++ b/src/common.h
diff --git a/continued-fraction.c b/src/continued-fraction.c
index 6cbf8a5..6cbf8a5 100644
--- a/continued-fraction.c
+++ b/src/continued-fraction.c
diff --git a/continued-fraction.h b/src/continued-fraction.h
index 2026b50..2026b50 100644
--- a/continued-fraction.h
+++ b/src/continued-fraction.h
diff --git a/converter.c b/src/converter.c
index 3b146ce..3b146ce 100644
--- a/converter.c
+++ b/src/converter.c
diff --git a/converter.h b/src/converter.h
index 8112231..8112231 100644
--- a/converter.h
+++ b/src/converter.h
diff --git a/driver.h b/src/driver.h
index be5d4b8..be5d4b8 100644
--- a/driver.h
+++ b/src/driver.h
diff --git a/format.c b/src/format.c
index f7a8755..f7a8755 100644
--- a/format.c
+++ b/src/format.c
diff --git a/format.h b/src/format.h
index 91caf25..91caf25 100644
--- a/format.h
+++ b/src/format.h
diff --git a/g711.c b/src/g711.c
index df76ac7..df76ac7 100644
--- a/g711.c
+++ b/src/g711.c
diff --git a/g711.h b/src/g711.h
index ef43e3f..ef43e3f 100644
--- a/g711.h
+++ b/src/g711.h
diff --git a/interleave.c b/src/interleave.c
index d0470f7..d0470f7 100644
--- a/interleave.c
+++ b/src/interleave.c
diff --git a/interleave.h b/src/interleave.h
index ed4a527..ed4a527 100644
--- a/interleave.h
+++ b/src/interleave.h
diff --git a/llist.h b/src/llist.h
index 3d42218..3d42218 100644
--- a/llist.h
+++ b/src/llist.h
diff --git a/macro.h b/src/macro.h
index d664c3e..d664c3e 100644
--- a/macro.h
+++ b/src/macro.h
diff --git a/malloc.c b/src/malloc.c
index 6a89554..6a89554 100644
--- a/malloc.c
+++ b/src/malloc.c
diff --git a/malloc.h b/src/malloc.h
index bcaf53e..bcaf53e 100644
--- a/malloc.h
+++ b/src/malloc.h
diff --git a/meta-name-table.gperf b/src/meta-name-table.gperf
index 69db483..69db483 100644
--- a/meta-name-table.gperf
+++ b/src/meta-name-table.gperf
diff --git a/mutex.c b/src/mutex.c
index 12a4f4a..12a4f4a 100644
--- a/mutex.c
+++ b/src/mutex.c
diff --git a/mutex.h b/src/mutex.h
index e83feb8..e83feb8 100644
--- a/mutex.h
+++ b/src/mutex.h
diff --git a/once.c b/src/once.c
index 5dc9764..5dc9764 100644
--- a/once.c
+++ b/src/once.c
diff --git a/once.h b/src/once.h
index a374529..a374529 100644
--- a/once.h
+++ b/src/once.h
diff --git a/oss.c b/src/oss.c
index d09f8aa..d09f8aa 100644
--- a/oss.c
+++ b/src/oss.c
diff --git a/resample.c b/src/resample.c
index 23c63a5..23c63a5 100644
--- a/resample.c
+++ b/src/resample.c
diff --git a/resample.h b/src/resample.h
index 7734f86..7734f86 100644
--- a/resample.h
+++ b/src/resample.h
diff --git a/speex/arch.h b/src/speex/arch.h
index e2d731a..e2d731a 100644
--- a/speex/arch.h
+++ b/src/speex/arch.h
diff --git a/speex/resample.c b/src/speex/resample.c
index 1cc4d49..1cc4d49 100644
--- a/speex/resample.c
+++ b/src/speex/resample.c
diff --git a/speex/speex_resampler.h b/src/speex/speex_resampler.h
index c44fbcd..c44fbcd 100644
--- a/speex/speex_resampler.h
+++ b/src/speex/speex_resampler.h
diff --git a/sydney.h b/src/sydney.h
index 8733260..8733260 100644
--- a/sydney.h
+++ b/src/sydney.h
diff --git a/test-asyncq.c b/src/test-asyncq.c
index 26dbc55..26dbc55 100644
--- a/test-asyncq.c
+++ b/src/test-asyncq.c
diff --git a/test-bufferq.c b/src/test-bufferq.c
index 45d65eb..45d65eb 100644
--- a/test-bufferq.c
+++ b/src/test-bufferq.c
diff --git a/test-llist.c b/src/test-llist.c
index 2059ef8..2059ef8 100644
--- a/test-llist.c
+++ b/src/test-llist.c
diff --git a/test-pull.c b/src/test-pull.c
index 7f93906..7f93906 100644
--- a/test-pull.c
+++ b/src/test-pull.c
diff --git a/test-sine.c b/src/test-sine.c
index 07f3868..07f3868 100644
--- a/test-sine.c
+++ b/src/test-sine.c
diff --git a/thread.c b/src/thread.c
index 26deccb..26deccb 100644
--- a/thread.c
+++ b/src/thread.c
diff --git a/thread.h b/src/thread.h
index ddd2604..ddd2604 100644
--- a/thread.h
+++ b/src/thread.h
diff --git a/volscale.c b/src/volscale.c
index 2075b90..2075b90 100644
--- a/volscale.c
+++ b/src/volscale.c
diff --git a/volscale.h b/src/volscale.h
index fe6e037..fe6e037 100644
--- a/volscale.h
+++ b/src/volscale.h
diff --git a/zero.c b/src/zero.c
index 4f477dc..4f477dc 100644
--- a/zero.c
+++ b/src/zero.c
diff --git a/zero.h b/src/zero.h
index 6f59bdb..6f59bdb 100644
--- a/zero.h
+++ b/src/zero.h