From 3beb81e744245047590e162c9723ad3ca73eddb2 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sat, 13 Feb 2010 03:43:10 +0000 Subject: [PATCH] Fix compilation with --enable-libgsm on Gentoo and OpenSUSE. Patch by Ramiro Originally committed as revision 21786 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libgsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libgsm.c b/libavcodec/libgsm.c index a9ee7d0..9dfad13 100644 --- a/libavcodec/libgsm.c +++ b/libavcodec/libgsm.c @@ -28,7 +28,7 @@ // The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html #include "avcodec.h" -#include +#include // gsm.h misses some essential constants #define GSM_BLOCK_SIZE 33 -- 2.7.4