From: Lennart Poettering Date: Wed, 19 Sep 2007 19:06:25 +0000 (+0000) Subject: fix trivial typo X-Git-Tag: submit/2.0-panda/20130828.192557~2837^2~1^2~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42b71ff9656904668d3abcf0016768701148301b;p=profile%2Fivi%2Fpulseaudio-panda.git fix trivial typo git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1869 fefdeb5f-60dc-0310-8127-8f9354f1896f --- diff --git a/src/pulsecore/ffmpeg/avcodec.h b/src/pulsecore/ffmpeg/avcodec.h index 7e86e7f..bf8b84e 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