This commit is contained in:
Erik de Castro Lopo 2007-08-01 21:36:30 +10:00
commit fce29969e9
2 changed files with 1 additions and 6 deletions

View File

@ -33,7 +33,7 @@ libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB
libsndfile_la_SOURCES = $(FILESPECIFIC) $(noinst_HEADERS)
nodist_libsndfile_la_SOURCES = $(nodist_include_HEADERS)
libsndfile_la_LIBADD = libcommon.la FLAC/src/libFLAC/libFLAC.la GSM610/libgsm.la \
G72x/libg72x.la OGG/libogg.la -lm
G72x/libg72x.la OGG/libogg.la -lvorbis -lm
libcommon_la_SOURCES = $(COMMON)

View File

@ -24,11 +24,6 @@
#include <ctype.h>
#include <vorbis/codec.h>
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
#include <io.h>
#include <fcntl.h>
#endif
#include "sndfile.h"
#include "sfendian.h"
#include "common.h"