openbsd-ports/graphics/ffmpeg/patches/patch-libavcodec_libgsm_c
jakemsr d5240098e3 update to ffmpeg subversion snapshot from 2010-05-12
update needed for newer x264 and for gcc4.  this causes yet more
fallout as some libav* functions other ports were using have been
fully deprecated.  commits coming rsn ...

mostly from new MAINTAINER
2010-05-26 21:38:52 +00:00

13 lines
431 B
Plaintext

$OpenBSD: patch-libavcodec_libgsm_c,v 1.1 2010/05/26 21:38:52 jakemsr Exp $
--- libavcodec/libgsm.c.orig Sun May 16 11:06:29 2010
+++ libavcodec/libgsm.c Sun May 16 11:06:38 2010
@@ -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