freebsd-ports/multimedia/ffmpeg-011/files/patch-libavcodec-libgsm.c
Martin Matuska 12ca8dfe5f 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 0.11 release branch.

WWW: http://ffmpeg.mplayerhq.hu/
2012-08-06 12:52:46 +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"