From 8e97a8c69162afce47abea96c8c0914f3550e212 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 26 Sep 2017 12:13:07 +0200 Subject: build: Remove check for gsm/gsm.h for libgsm libgsm never installed more than a single header, the headers installed into the gsm/ subdirectory by some distros are private. Who started this nonsense is a mystery, but it got cargo-culted around ever since. --- libavcodec/libgsmdec.c | 5 ----- libavcodec/libgsmenc.c | 5 ----- 2 files changed, 10 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/libgsmdec.c b/libavcodec/libgsmdec.c index 4c21ff6728..e06fe52762 100644 --- a/libavcodec/libgsmdec.c +++ b/libavcodec/libgsmdec.c @@ -27,12 +27,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 -#else -#include -#endif #include "libavutil/channel_layout.h" #include "libavutil/common.h" diff --git a/libavcodec/libgsmenc.c b/libavcodec/libgsmenc.c index 8f51321d46..4bb4075b2f 100644 --- a/libavcodec/libgsmenc.c +++ b/libavcodec/libgsmenc.c @@ -27,12 +27,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 -#else -#include -#endif #include "libavutil/common.h" -- cgit v1.2.3