forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
377 B
C
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
|