summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86/dsputil_x86.h')
-rw-r--r--libavcodec/x86/dsputil_x86.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/x86/dsputil_x86.h b/libavcodec/x86/dsputil_x86.h
index e99b6b7630..eeb9ca6114 100644
--- a/libavcodec/x86/dsputil_x86.h
+++ b/libavcodec/x86/dsputil_x86.h
@@ -46,7 +46,4 @@ void ff_gmc_mmx(uint8_t *dst, uint8_t *src,
int dxx, int dxy, int dyx, int dyy,
int shift, int r, int width, int height);
-void ff_vector_clipf_sse(float *dst, const float *src,
- float min, float max, int len);
-
#endif /* AVCODEC_X86_DSPUTIL_X86_H */