Mercurial > libavcodec.hg
changeset 11138:76b57b8e2a9a libavcodec
Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
Patch by Ramiro
author | cehoyos |
---|---|
date | Sat, 13 Feb 2010 03:43:10 +0000 |
parents | 510950eafba5 |
children | d988e0a6f391 |
files | libgsm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgsm.c Sat Feb 13 02:47:41 2010 +0000 +++ b/libgsm.c Sat Feb 13 03:43:10 2010 +0000 @@ -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