svn-id: r46499
This commit is contained in:
Max Horn
2009-12-23 14:15:12 +00:00
parent c534cb6f25
commit 218faae43d
2 changed files with 8 additions and 7 deletions
+8
View File
@@ -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;
-7
View File
@@ -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 */