diff 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
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