Commit 3e451f80 authored by cehoyos's avatar cehoyos

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

Patch by Ramiro


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21786 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d410398
......@@ -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