diff internal.h @ 157:d96dae9bdcaa libavutil

fix mingw shared build, and get rid of FF_IMPORT_ATTR
author mru
date Thu, 07 Dec 2006 19:27:00 +0000
parents 69e5b350225c
children 039198e96ee2
line wrap: on
line diff
--- a/internal.h	Wed Dec 06 23:46:11 2006 +0000
+++ b/internal.h	Thu Dec 07 19:27:00 2006 +0000
@@ -229,7 +229,7 @@
 #    define FASTDIV(a,b)   ((a)/(b))
 #endif
 
-extern FF_IMPORT_ATTR const uint8_t ff_sqrt_tab[128];
+extern const uint8_t ff_sqrt_tab[128];
 
 static inline int ff_sqrt(int a)
 {