summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-12-07 19:27:00 +0000
committerMåns Rullgård <mans@mansr.com>2006-12-07 19:27:00 +0000
commita77caa4dc92d1865a823574a09de789ad553423b (patch)
tree322ca6c6ad3274e408615b205915a2d5908a6f4b /libavutil/internal.h
parentda34f7ac236ccf5d25aafac249e3d6dc934bde4c (diff)
downloadffmpeg-streaming-a77caa4dc92d1865a823574a09de789ad553423b.zip
ffmpeg-streaming-a77caa4dc92d1865a823574a09de789ad553423b.tar.gz
fix mingw shared build, and get rid of FF_IMPORT_ATTR
Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index b9299bf..6e3e47a 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -229,7 +229,7 @@ extern const uint32_t ff_inverse[256];
# 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)
{
OpenPOWER on IntegriCloud