freebsd-ports/multimedia/mplayer/files/patch-libavcodec-libgsm.c
Michael Scheidell bffe7f9063 - Update mplayer and memcoder to 2012-03-22 shapshot
- Supersedes ports/164943

PR:		ports/166946
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-04-17 18:50:38 +00:00

11 lines
342 B
C

--- ffmpeg/libavcodec/libgsm.c.orig 2012-01-29 19:20:05.000000000 +0100
+++ ffmpeg/libavcodec/libgsm.c 2012-03-22 18:07:58.682722034 +0100
@@ -27,7 +27,7 @@
// The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
-#include <gsm/gsm.h>
+#include <gsm.h>
#include "avcodec.h"
#include "gsm.h"