Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-29 09:01:16 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-29 09:01:16 +0300
commit63590897db35326cd1ce7784806f9b89a98631ea (patch)
treeb3e1dff3a086f7d518a90fdee4fac164e8e20ef8 /libcelt/testcelt.c
Initial commit with the autotools stuff and files taken from Speex and Vorbis.
Diffstat (limited to 'libcelt/testcelt.c')
-rw-r--r--libcelt/testcelt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcelt/testcelt.c b/libcelt/testcelt.c
new file mode 100644
index 0000000..5ec5601
--- /dev/null
+++ b/libcelt/testcelt.c
@@ -0,0 +1,5 @@
+int main()
+{
+ return 0;
+}
+