Commit 3beb81e7 authored by Ramiro Polla's avatar Ramiro Polla Committed by Carl Eugen Hoyos

Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.

Patch by Ramiro

Originally committed as revision 21786 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 812bfd7b
......@@ -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 <gsm.h>
#include <gsm/gsm.h>
// gsm.h misses some essential constants
#define GSM_BLOCK_SIZE 33
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment