diff options
-rw-r--r-- | src/pulsecore/ffmpeg/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/ffmpeg/avcodec.h b/src/pulsecore/ffmpeg/avcodec.h index 7e86e7f6..bf8b84ea 100644 --- a/src/pulsecore/ffmpeg/avcodec.h +++ b/src/pulsecore/ffmpeg/avcodec.h @@ -75,7 +75,7 @@ void av_build_filter(int16_t *filter, double factor, int tap_count, int phase_co /* * crude lrintf for non-C99 systems. */ -#ifndef HAVE_LFRINTF +#ifndef HAVE_LRINTF #define lrintf(x) ((long int)(x)) #endif |