From 5b4e9da884e134905f8e46f35efdf636ca007302 Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 12 Jun 2004 23:10:22 +0000 Subject: [PATCH] libogg-1.1 git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7945 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/ogg/libogg/AUTHORS | 4 ++++ src/add-ons/media/plugins/ogg/libogg/CHANGES | 2 ++ src/add-ons/media/plugins/ogg/libogg/COPYING | 20 +++++++++---------- .../media/plugins/ogg/libogg/config_types.h | 1 + 4 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 src/add-ons/media/plugins/ogg/libogg/AUTHORS create mode 100644 src/add-ons/media/plugins/ogg/libogg/CHANGES diff --git a/src/add-ons/media/plugins/ogg/libogg/AUTHORS b/src/add-ons/media/plugins/ogg/libogg/AUTHORS new file mode 100644 index 0000000000..80c787cb8d --- /dev/null +++ b/src/add-ons/media/plugins/ogg/libogg/AUTHORS @@ -0,0 +1,4 @@ +Monty + +and the rest of the Xiph.Org Foundation. + diff --git a/src/add-ons/media/plugins/ogg/libogg/CHANGES b/src/add-ons/media/plugins/ogg/libogg/CHANGES new file mode 100644 index 0000000000..965e795a10 --- /dev/null +++ b/src/add-ons/media/plugins/ogg/libogg/CHANGES @@ -0,0 +1,2 @@ +- Sat Sep 02 2000 Jack Moffitt + + separated from vorbis diff --git a/src/add-ons/media/plugins/ogg/libogg/COPYING b/src/add-ons/media/plugins/ogg/libogg/COPYING index bd21d03ec7..6111c6c5a6 100644 --- a/src/add-ons/media/plugins/ogg/libogg/COPYING +++ b/src/add-ons/media/plugins/ogg/libogg/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2002, Xiph.Org Foundation +Copyright (c) 2002, Xiph.org Foundation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -11,18 +11,18 @@ notice, this list of conditions and the following disclaimer. notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -- Neither the name of the Xiph.Org Foundation nor the names of its +- Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION +OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/src/add-ons/media/plugins/ogg/libogg/config_types.h b/src/add-ons/media/plugins/ogg/libogg/config_types.h index 4ca5b1cfda..5b8e62de22 100644 --- a/src/add-ons/media/plugins/ogg/libogg/config_types.h +++ b/src/add-ons/media/plugins/ogg/libogg/config_types.h @@ -3,6 +3,7 @@ /* these are filled in by configure */ typedef int16_t ogg_int16_t; +typedef uint16_t ogg_uint16_t; typedef int32_t ogg_int32_t; typedef uint32_t ogg_uint32_t; typedef int64_t ogg_int64_t;