diff options
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r-- | libavcodec/ac3dec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 255b9df25e..5196d90901 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -208,7 +208,7 @@ typedef struct AC3DecodeContext { ///@name Optimization DSPContext dsp; ///< for optimization -#if CONFIG_AC3_FIXED +#if USE_FIXED AVFixedDSPContext *fdsp; #else AVFloatDSPContext fdsp; |