View | Details | Raw Unified
Collapse All | Expand All

(-) sox-14.0.0.old/src/gsm.c (+4 lines)
 Lines 29-35    Link Here 
#include "sox_i.h"
#include "sox_i.h"
#ifdef EXTERNAL_GSM
#ifdef EXTERNAL_GSM
#ifdef HAVE_GSM_GSM_H
#include <gsm/gsm.h>
#include <gsm/gsm.h>
#elif HAVE_GSM_H
#include <gsm.h>
#endif
#else
#else
#include "../libgsm/gsm.h"
#include "../libgsm/gsm.h"
#endif
#endif
(-) sox-14.0.0.old/src/wav.c (+4 lines)
 Lines 24-30    Link Here 
#include "ima_rw.h"
#include "ima_rw.h"
#include "adpcm.h"
#include "adpcm.h"
#ifdef EXTERNAL_GSM
#ifdef EXTERNAL_GSM
#ifdef HAVE_GSM_GSM_H
#include <gsm/gsm.h>
#include <gsm/gsm.h>
#elif HAVE_GSM_H
#include <gsm.h>
#endif
#else
#else
#include "../libgsm/gsm.h"
#include "../libgsm/gsm.h"
#endif
#endif