[SCM] libav/experimental: Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:54 UTC 2013


The following commit has been merged in the experimental branch:
commit 3beb81e744245047590e162c9723ad3ca73eddb2
Author: Ramiro Polla <ramiro at lisha.ufsc.br>
Date:   Sat Feb 13 03:43:10 2010 +0000

    Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
    
    Patch by Ramiro
    
    Originally committed as revision 21786 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/libgsm.c b/libavcodec/libgsm.c
index a9ee7d0..9dfad13 100644
--- a/libavcodec/libgsm.c
+++ b/libavcodec/libgsm.c
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list