1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/multimedia/mplayer/files/patch-libavcodec-libgsm.c
Dennis Herrmann 45426e571f - Forget to commit in ports/156086
Submitted by:	maintainer
2011-04-03 15:24:04 +00:00

12 lines
391 B
C

--- ffmpeg/libavcodec/libgsm.c.orig 2011-03-12 15:13:38.000000000 +0100
+++ ffmpeg/libavcodec/libgsm.c 2011-03-18 17:17:26.901267039 +0100
@@ -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/gsm.h>
+#include <gsm.h>
// gsm.h misses some essential constants
#define GSM_BLOCK_SIZE 33