diff options
author | Brian Cameron <brian.cameron@sun.com> | 2004-08-09 21:21:25 +0000 |
---|---|---|
committer | Brian Cameron <brian.cameron@sun.com> | 2004-08-09 21:21:25 +0000 |
commit | 529b48cf893eae61616d08631302bcf1304e0cd0 (patch) | |
tree | 2ecb7514b1782fcde7908f1a7bcac05ef6fa4997 /gst-libs/gst/idct/dct.h | |
parent | 39f548de48bd987c48d9138a5e68f9299b077255 (diff) | |
download | gst-plugins-bad-529b48cf893eae61616d08631302bcf1304e0cd0.tar.gz gst-plugins-bad-529b48cf893eae61616d08631302bcf1304e0cd0.tar.bz2 gst-plugins-bad-529b48cf893eae61616d08631302bcf1304e0cd0.zip |
Remove GPL'ed mmx32idct.c code and supporting code, since logic in gst-plugins is not supposed to be GPL'ed. This co...
Original commit message from CVS:
Remove GPL'ed mmx32idct.c code and supporting code, since logic in gst-plugins
is not supposed to be GPL'ed. This code provided MMX optimisations, but was
never compiled in since configure never set HAVE_LIBMMX anyway.
Diffstat (limited to 'gst-libs/gst/idct/dct.h')
-rw-r--r-- | gst-libs/gst/idct/dct.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gst-libs/gst/idct/dct.h b/gst-libs/gst/idct/dct.h index efb3ddb3..ea453cdb 100644 --- a/gst-libs/gst/idct/dct.h +++ b/gst-libs/gst/idct/dct.h @@ -21,12 +21,6 @@ extern void gst_idct_int_idct(); extern void gst_idct_init_fast_int_idct (void); extern void gst_idct_fast_int_idct (short *block); -#ifdef HAVE_LIBMMX -extern void gst_idct_mmx_idct (short *block); -extern void gst_idct_mmx32_idct (short *block); -extern void gst_idct_sse_idct (short *block); -#endif /* HAVE_LIBMMX */ - extern void gst_idct_init_float_idct(void); extern void gst_idct_float_idct (short *block); |