diff x86/dsputilenc_mmx.c @ 10429:289dd8daf4ee libavcodec

add CONFIG_LPC to the build system for lpc dsputil functions. fixes build problems when lpc.c is not compiled.
author jbr
date Sun, 18 Oct 2009 19:51:18 +0000
parents 94595d0e617c
children 546b7ebeaf07
line wrap: on
line diff
--- a/x86/dsputilenc_mmx.c	Sun Oct 18 18:51:54 2009 +0000
+++ b/x86/dsputilenc_mmx.c	Sun Oct 18 19:51:18 2009 +0000
@@ -1413,7 +1413,9 @@
             c->sum_abs_dctelem= sum_abs_dctelem_sse2;
             c->hadamard8_diff[0]= hadamard8_diff16_sse2;
             c->hadamard8_diff[1]= hadamard8_diff_sse2;
+#if CONFIG_LPC
             c->lpc_compute_autocorr = ff_lpc_compute_autocorr_sse2;
+#endif
         }
 
 #if HAVE_SSSE3