summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/dsputil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/dsputil.c')
-rw-r--r--src/libffmpeg/libavcodec/dsputil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/dsputil.c b/src/libffmpeg/libavcodec/dsputil.c
index 2d2378f3f..c832939cc 100644
--- a/src/libffmpeg/libavcodec/dsputil.c
+++ b/src/libffmpeg/libavcodec/dsputil.c
@@ -1289,7 +1289,7 @@ void dsputil_init(void)
use_permuted_idct = 0;
#endif
-//#ifdef SIMPLE_IDCT
+#ifdef SIMPLE_IDCT
if (ff_idct == NULL) {
ff_idct_put = simple_idct_put;
ff_idct_add = simple_idct_add;
@@ -1298,7 +1298,7 @@ void dsputil_init(void)
ff_idct_put = gen_idct_put;
ff_idct_add = gen_idct_add;
}
-//#endif
+#endif
if(use_permuted_idct)
#ifdef SIMPLE_IDCT