remove file decoder and seekable stream decoder

This commit is contained in:
Josh Coalson
2002-08-07 17:38:53 +00:00
parent c49380d638
commit 79600e1fdd
2 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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"