aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer/files/patch-ffmpeg_libavcodec_libgsmenc.c
blob: c99f4c6c2263cc5033f9ce74c103676cd61c73c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ffmpeg/libavcodec/libgsmenc.c.orig  2015-06-19 20:44:39 UTC
+++ ffmpeg/libavcodec/libgsmenc.c
@@ -28,11 +28,7 @@
 // The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
 
 #include "config.h"
-#if HAVE_GSM_H
 #include <gsm.h>
-#else
-#include <gsm/gsm.h>
-#endif
 
 #include "libavutil/common.h"