summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/flac
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/decoder/flac')
-rw-r--r--plugins/decoder/flac/configure.in.in2
-rw-r--r--plugins/decoder/flac/k3bflacdecoder.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/decoder/flac/configure.in.in b/plugins/decoder/flac/configure.in.in
index e6a3700..4679bf7 100644
--- a/plugins/decoder/flac/configure.in.in
+++ b/plugins/decoder/flac/configure.in.in
@@ -9,7 +9,7 @@ AC_ARG_WITH(
have_flac=no
if test "$ac_cv_use_flac" = "yes"; then
KDE_CHECK_HEADERS(FLAC++/decoder.h, [
- AC_CHECK_LIB(FLAC,FLAC__stream_decoder_process_single,
+ KDE_CHECK_LIB(FLAC,FLAC__stream_decoder_process_single,
have_flac=yes,[],$all_libraries)])
AC_MSG_CHECKING(for libFLAC newer than 1.1.1)
diff --git a/plugins/decoder/flac/k3bflacdecoder.cpp b/plugins/decoder/flac/k3bflacdecoder.cpp
index 4e537b0..495e3d9 100644
--- a/plugins/decoder/flac/k3bflacdecoder.cpp
+++ b/plugins/decoder/flac/k3bflacdecoder.cpp
@@ -56,7 +56,7 @@ public:
file = f;
file->open(IO_ReadOnly);
- internalBuffer->flush();
+ TQT_TQIODEVICE(internalBuffer)->flush();
set_metadata_respond(FLAC__METADATA_TYPE_STREAMINFO);
set_metadata_respond(FLAC__METADATA_TYPE_VORBIS_COMMENT);