freebsd-ports/multimedia/ffmpeg1/files/patch-libavcodec-libgsm.c
Martin Matuska 3d05077d92 FFmpeg is a complete, cross-platform solution to record, convert and stream
audio and video. It includes libavcodec - the leading audio/video codec
library.

This version is from the 1.0 release branch.

WWW: http://ffmpeg.org/

Feature safe:	yes
2012-10-14 20:30:00 +00:00

11 lines
328 B
C

--- libavcodec/libgsm.c.orig 2012-01-22 14:41:15.000000000 +0100
+++ libavcodec/libgsm.c 2012-01-22 16:06:24.357156664 +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"