aboutsummaryrefslogtreecommitdiff
path: root/mpglib/dct64_i386.h
diff options
context:
space:
mode:
authorLucas Eckels <eckels@google.com>2012-08-06 15:14:50 -0700
committerLucas Eckels <eckels@google.com>2012-08-08 09:29:09 -0700
commitc4cbe47910d2ece1617411206c6b5e4ffbe09360 (patch)
tree5ade735d6b818e13f41d523cd07c13768ada3886 /mpglib/dct64_i386.h
parent5d9259c157d3ee5fbab29f938483ebe95675c4d8 (diff)
downloadlame-c4cbe47910d2ece1617411206c6b5e4ffbe09360.tar.gz
Add lame source.
Change-Id: I6b66611fa10c094331b48bc84d3f82fe15603817
Diffstat (limited to 'mpglib/dct64_i386.h')
-rw-r--r--mpglib/dct64_i386.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/mpglib/dct64_i386.h b/mpglib/dct64_i386.h
new file mode 100644
index 0000000..a140ee7
--- /dev/null
+++ b/mpglib/dct64_i386.h
@@ -0,0 +1,30 @@
+/*
+ * Copyright (C) 1999-2010 The L.A.M.E. project
+ *
+ * Initially written by Michael Hipp, see also AUTHORS and README.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef MPGLIB_DCT64_I386_H_INCLUDED
+#define MPGLIB_DCT64_I386_H_INCLUDED
+
+#include "common.h"
+
+void dct64(real * a, real * b, real * c);
+
+
+#endif