comparison libgsm.c @ 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 7955db355703
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11137:510950eafba5 11138:76b57b8e2a9a
26 */ 26 */
27 27
28 // The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html 28 // The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
29 29
30 #include "avcodec.h" 30 #include "avcodec.h"
31 #include <gsm.h> 31 #include <gsm/gsm.h>
32 32
33 // gsm.h misses some essential constants 33 // gsm.h misses some essential constants
34 #define GSM_BLOCK_SIZE 33 34 #define GSM_BLOCK_SIZE 33
35 #define GSM_MS_BLOCK_SIZE 65 35 #define GSM_MS_BLOCK_SIZE 65
36 #define GSM_FRAME_SIZE 160 36 #define GSM_FRAME_SIZE 160