Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
79600e1f
Commit
79600e1f
authored
Aug 07, 2002
by
Josh Coalson
Browse files
remove file decoder and seekable stream decoder
parent
c49380d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/OggFLAC/Makefile.am
View file @
79600e1f
...
...
@@ -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
include/OggFLAC/all.h
View file @
79600e1f
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment