mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
cleanup
svn-id: r46499
This commit is contained in:
@@ -27,6 +27,14 @@
|
||||
|
||||
#include "compress.h"
|
||||
|
||||
#ifndef DISABLE_BUILTIN_VORBIS
|
||||
#include <vorbis/vorbisenc.h>
|
||||
#endif
|
||||
#ifndef DISABLE_BUILTIN_FLAC
|
||||
#define FLAC__NO_DLL 1
|
||||
#include <FLAC/stream_encoder.h>
|
||||
#endif
|
||||
|
||||
struct lameparams {
|
||||
uint32 minBitr;
|
||||
uint32 maxBitr;
|
||||
|
||||
@@ -25,13 +25,6 @@
|
||||
|
||||
#include "tool.h"
|
||||
|
||||
#ifndef DISABLE_BUILTIN_VORBIS
|
||||
#include <vorbis/vorbisenc.h>
|
||||
#endif
|
||||
#ifndef DISABLE_BUILTIN_FLAC
|
||||
#define FLAC__NO_DLL 1
|
||||
#include <FLAC/stream_encoder.h>
|
||||
#endif
|
||||
|
||||
enum {
|
||||
/* These are the defaults parameters for the Lame invocation */
|
||||
|
||||
Reference in New Issue
Block a user