diff x86/dsputilenc_mmx.c @ 11381:f5ccf2e590d6 libavcodec

x86: move function prototypes to header files
author mru
date Sat, 06 Mar 2010 22:37:08 +0000
parents 98970e51365a
children fbf4d5b1b664
line wrap: on
line diff
--- a/x86/dsputilenc_mmx.c	Sat Mar 06 22:37:03 2010 +0000
+++ b/x86/dsputilenc_mmx.c	Sat Mar 06 22:37:08 2010 +0000
@@ -1348,10 +1348,6 @@
 #endif //HAVE_SSSE3
 
 
-void ff_lpc_compute_autocorr_sse2(const int32_t *data, int len, int lag,
-                                   double *autoc);
-
-
 void dsputilenc_init_mmx(DSPContext* c, AVCodecContext *avctx)
 {
     if (mm_flags & FF_MM_MMX) {