mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove file decoder and seekable stream decoder
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user