updates to work with new grabbag lib

This commit is contained in:
Josh Coalson
2002-11-07 05:07:30 +00:00
parent 0dad163d95
commit b8f8a07684
39 changed files with 141 additions and 158 deletions

View File

@@ -23,7 +23,7 @@ extern "C" {
#include "FLAC/assert.h"
#include "FLAC/metadata.h" // for ::FLAC__metadata_object_is_equal()
#include "FLAC++/decoder.h"
#include "share/file_utils.h"
#include "share/grabbag.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
@@ -2188,7 +2188,7 @@ bool test_decoders()
if(!test_file_decoder())
return false;
(void) FLAC__file_utils_remove_file(flacfilename_);
(void) grabbag__file_remove_file(flacfilename_);
free_metadata_blocks_();
return true;