summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/libflac/include/protected
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-05 18:53:53 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-05 18:53:53 +0000
commitf6b0b18ad4f8eaba97f04a79322b8564f66ced9a (patch)
tree2493f74bfadcf127c0ab2003859bdedd619a271b /src/lib/libflac/include/protected
parent1103ab2af2db8892db88d874a5503ebded1a6d6b (diff)
changed casing of FLAC folders to match official source distribution (nw)
Diffstat (limited to 'src/lib/libflac/include/protected')
-rw-r--r--src/lib/libflac/include/protected/stream_decoder.h2
-rw-r--r--src/lib/libflac/include/protected/stream_encoder.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libflac/include/protected/stream_decoder.h b/src/lib/libflac/include/protected/stream_decoder.h
index d77d51c0f8a..9108ca78f22 100644
--- a/src/lib/libflac/include/protected/stream_decoder.h
+++ b/src/lib/libflac/include/protected/stream_decoder.h
@@ -32,7 +32,7 @@
#ifndef FLAC__PROTECTED__STREAM_DECODER_H
#define FLAC__PROTECTED__STREAM_DECODER_H
-#include "flac/stream_decoder.h"
+#include "FLAC/stream_decoder.h"
#if FLAC__HAS_OGG
#include "private/ogg_decoder_aspect.h"
#endif
diff --git a/src/lib/libflac/include/protected/stream_encoder.h b/src/lib/libflac/include/protected/stream_encoder.h
index 7cd9649e856..4101ee55288 100644
--- a/src/lib/libflac/include/protected/stream_encoder.h
+++ b/src/lib/libflac/include/protected/stream_encoder.h
@@ -32,7 +32,7 @@
#ifndef FLAC__PROTECTED__STREAM_ENCODER_H
#define FLAC__PROTECTED__STREAM_ENCODER_H
-#include "flac/stream_encoder.h"
+#include "FLAC/stream_encoder.h"
#if FLAC__HAS_OGG
#include "private/ogg_encoder_aspect.h"
#endif