summaryrefslogtreecommitdiff
path: root/libavcodec/i386
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-02-11 16:57:55 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-02-11 16:57:55 +0000
commit2720569a9a718d9b32f12261f3a32bb14f39b33b (patch)
tree6accf83c7ed0380b60464d0a5365aa9eda3c72f5 /libavcodec/i386
parent0c1a9edad463bd6e22b30c19b700b099c7093fc1 (diff)
* prototypes at one place
Originally committed as revision 1579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r--libavcodec/i386/dsputil_mmx.c2
-rw-r--r--libavcodec/i386/motion_est_mmx.c3
2 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c
index e70c7761ca..8804c1cd21 100644
--- a/libavcodec/i386/dsputil_mmx.c
+++ b/libavcodec/i386/dsputil_mmx.c
@@ -22,8 +22,6 @@
#include "../dsputil.h"
int mm_flags; /* multimedia extension flags */
-/* FIXME use them in static form */
-void dsputil_init_pix_mmx(DSPContext* c, unsigned mask);
/* pixel operations */
static const uint64_t mm_bone __attribute__ ((aligned(8))) = 0x0101010101010101ULL;
diff --git a/libavcodec/i386/motion_est_mmx.c b/libavcodec/i386/motion_est_mmx.c
index 0816a7c141..1e6b9f73d2 100644
--- a/libavcodec/i386/motion_est_mmx.c
+++ b/libavcodec/i386/motion_est_mmx.c
@@ -20,9 +20,6 @@
*/
#include "../dsputil.h"
-void dsputil_init_pix_mmx(DSPContext* c, unsigned mask);
-void dsputil_set_bit_exact_pix_mmx(DSPContext* c, unsigned mask);
-
static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={
0x0000000000000000,
0x0001000100010001,