summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflac.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-09-18 20:56:42 +0000
committerDavid Schleef <ds@schleef.org>2002-09-18 20:56:42 +0000
commit6d514674c5c530d636ebd6bb2b98f68aec013242 (patch)
tree40c181a9c0c261a824e4f84ea4d2ec5ca2837009 /ext/flac/gstflac.c
parent2ff64d483edbe24c8f940a779d57c8961e99d15e (diff)
Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
Original commit message from CVS: Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
Diffstat (limited to 'ext/flac/gstflac.c')
-rw-r--r--ext/flac/gstflac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c
index efd18477..4d75caf1 100644
--- a/ext/flac/gstflac.c
+++ b/ext/flac/gstflac.c
@@ -21,6 +21,8 @@
#include "gstflacenc.h"
#include "gstflacdec.h"
+#include "flac_compat.h"
+
extern GstElementDetails flacenc_details;
extern GstElementDetails flacdec_details;