summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-19 19:06:25 +0000
committerLennart Poettering <lennart@poettering.net>2007-09-19 19:06:25 +0000
commit42b71ff9656904668d3abcf0016768701148301b (patch)
tree06ed583f8f5cdb5d5d330e436e3a2399de530cc7
parentd716e3cd7b73b12e40fed20e9e00ea55fba62eb2 (diff)
fix trivial typo
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1869 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/pulsecore/ffmpeg/avcodec.h2
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