diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-07 10:28:29 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-07 10:28:29 +0000 |
commit | 74263a25ad53f8f78bec09a0a59742a4bedcaf0d (patch) | |
tree | 62ea9099f30341553325536f9c756e9b86a5b439 /ext/gsm/gstgsmdec.h | |
parent | 45ae8260aa60c8225e9c7b4c4f88d45f4daafd7e (diff) | |
download | gst-plugins-bad-74263a25ad53f8f78bec09a0a59742a4bedcaf0d.tar.gz gst-plugins-bad-74263a25ad53f8f78bec09a0a59742a4bedcaf0d.tar.bz2 gst-plugins-bad-74263a25ad53f8f78bec09a0a59742a4bedcaf0d.zip |
fix for gsm
Original commit message from CVS:
fix for gsm
Diffstat (limited to 'ext/gsm/gstgsmdec.h')
-rw-r--r-- | ext/gsm/gstgsmdec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/gsm/gstgsmdec.h b/ext/gsm/gstgsmdec.h index d46c5cd1..a08e857e 100644 --- a/ext/gsm/gstgsmdec.h +++ b/ext/gsm/gstgsmdec.h @@ -25,7 +25,11 @@ #include <config.h> #include <gst/gst.h> +#ifdef GSM_HEADER_IN_SUBDIR +#include <gsm/gsm.h> +#else #include <gsm.h> +#endif #ifdef __cplusplus extern "C" { |