diff dsputil.h @ 687:9abb13c21fbe libavcodec

fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) [found by Kim Minh Kaplan]
author arpi_esp
date Thu, 19 Sep 2002 22:14:53 +0000
parents 9008cbe229ce
children efcbfbd18864
line wrap: on
line diff
--- a/dsputil.h	Thu Sep 19 20:22:39 2002 +0000
+++ b/dsputil.h	Thu Sep 19 22:14:53 2002 +0000
@@ -31,7 +31,7 @@
 
 void j_rev_dct (DCTELEM *data);
 
-void fdct_mmx(DCTELEM *block);
+void ff_fdct_mmx(DCTELEM *block);
 
 /* encoding scans */
 extern UINT8 ff_alternate_horizontal_scan[64];