From 79600e1fdde7ff424bd264714e14a7f2964281bb Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 7 Aug 2002 17:38:53 +0000 Subject: [PATCH] remove file decoder and seekable stream decoder --- include/OggFLAC/Makefile.am | 5 +++-- include/OggFLAC/all.h | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/include/OggFLAC/Makefile.am b/include/OggFLAC/Makefile.am index 30d5d106..3dee41ca 100644 --- a/include/OggFLAC/Makefile.am +++ b/include/OggFLAC/Makefile.am @@ -18,9 +18,10 @@ includedir = ${prefix}/include/OggFLAC +# NOTE: file_decoder.h and seekable_stream_decoder.h are NOT ready +# for distribution yet. + include_HEADERS = \ all.h \ - file_decoder.h \ - seekable_stream_decoder.h \ stream_decoder.h \ stream_encoder.h diff --git a/include/OggFLAC/all.h b/include/OggFLAC/all.h index 29a582c2..0f3500dd 100644 --- a/include/OggFLAC/all.h +++ b/include/OggFLAC/all.h @@ -20,8 +20,10 @@ #ifndef OggFLAC__ALL_H #define OggFLAC__ALL_H -#include "file_decoder.h" -#include "seekable_stream_decoder.h" +/* NOTE: file_decoder.h and seekable_stream_decoder.h are NOT ready + * for distribution yet. + */ + #include "stream_decoder.h" #include "stream_encoder.h"