summaryrefslogtreecommitdiff
path: root/tests/dsptest.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-05-25 22:47:17 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-05-25 22:47:17 +0000
commitd0c30ca54e3a3f5be09c0e77ba58050ec8a44dba (patch)
treeeed53ea32eb36328997aded6b85b1e62e17b6368 /tests/dsptest.c
parentff4ec49e648bead601b3b8c618f6d19f3548d368 (diff)
reactivated swf/mjpeg/jpg formats testing
Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/dsptest.c')
-rw-r--r--tests/dsptest.c24
1 files changed, 11 insertions, 13 deletions
diff --git a/tests/dsptest.c b/tests/dsptest.c
index 125d105edb..09a22ff4f2 100644
--- a/tests/dsptest.c
+++ b/tests/dsptest.c
@@ -1,23 +1,21 @@
/*
* MMX optimized DSP utils
- * Copyright (c) 2000, 2001 Gerard Lantau.
+ * Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU 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 free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU Lesser 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
*/
-
#define TESTCPU_MAIN
#include "dsputil.h"
//#include "../libavcodec/dsputil.c"