opnsense-ports/multimedia/ffmpeg0/files/patch-libavcodec-libgsm.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
377 B
C

--- libavcodec/libgsm.c.orig 2010-07-21 10:24:16.297810379 +0200
+++ libavcodec/libgsm.c 2010-07-21 10:24:22.915234561 +0200
@@ -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