From 6d514674c5c530d636ebd6bb2b98f68aec013242 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 18 Sep 2002 20:56:42 +0000 Subject: 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 --- ext/flac/gstflac.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/flac/gstflac.c') 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; -- cgit