diff options
Diffstat (limited to 'gst-libs/gst/idct/idct.h')
-rw-r--r-- | gst-libs/gst/idct/idct.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst-libs/gst/idct/idct.h b/gst-libs/gst/idct/idct.h index fa6f62cd..b1377890 100644 --- a/gst-libs/gst/idct/idct.h +++ b/gst-libs/gst/idct/idct.h @@ -28,9 +28,6 @@ typedef enum { GST_IDCT_INT, GST_IDCT_FAST_INT, GST_IDCT_FLOAT, - GST_IDCT_MMX, - GST_IDCT_MMX32, - GST_IDCT_SSE, } GstIDCTMethod; typedef struct _GstIDCT GstIDCT; |