Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
fb13acc4
Commit
fb13acc4
authored
Jan 03, 2013
by
Erik de Castro Lopo
Browse files
Revert parts of
96d081c1
that touched source code or autotools files.
parent
f67928de
Changes
3
Show whitespace changes
Inline
Side-by-side
src/flac/Makefile.am
View file @
fb13acc4
...
@@ -47,9 +47,9 @@ flac_SOURCES = \
...
@@ -47,9 +47,9 @@ flac_SOURCES = \
flac_LDADD
=
\
flac_LDADD
=
\
$(top_builddir)
/src/share/utf8/libutf8.la
\
$(top_builddir)
/src/share/utf8/libutf8.la
\
$(top_builddir)
/src/share/replaygain_analysis/libreplaygain_analysis.la
\
$(top_builddir)
/src/share/grabbag/libgrabbag.la
\
$(top_builddir)
/src/share/grabbag/libgrabbag.la
\
$(top_builddir)
/src/share/getopt/libgetopt.a
\
$(top_builddir)
/src/share/getopt/libgetopt.a
\
$(top_builddir)
/src/share/replaygain_analysis/libreplaygain_analysis.la
\
$(top_builddir)
/src/share/replaygain_synthesis/libreplaygain_synthesis.la
\
$(top_builddir)
/src/share/replaygain_synthesis/libreplaygain_synthesis.la
\
$(top_builddir)
/src/libFLAC/libFLAC.la
\
$(top_builddir)
/src/libFLAC/libFLAC.la
\
@OGG_LIBS@
\
@OGG_LIBS@
\
...
...
src/libFLAC/lpc.c
View file @
fb13acc4
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
#elif defined(__GNUC__)
#elif defined(__GNUC__)
#define copysign __builtin_copysign
#define copysign __builtin_copysign
#endif
#endif
inline
long
int
lround
(
double
x
)
{
static
inline
long
int
lround
(
double
x
)
{
return
(
long
)(
x
+
copysign
(
0
.
5
,
x
));
return
(
long
)(
x
+
copysign
(
0
.
5
,
x
));
}
}
//If this fails, we are in the precence of a mid 90's compiler..move along...
//If this fails, we are in the precence of a mid 90's compiler..move along...
...
...
src/metaflac/Makefile.am
View file @
fb13acc4
...
@@ -43,8 +43,8 @@ metaflac_SOURCES = \
...
@@ -43,8 +43,8 @@ metaflac_SOURCES = \
metaflac_LDFLAGS
=
metaflac_LDFLAGS
=
metaflac_LDADD
=
\
metaflac_LDADD
=
\
$(top_builddir)
/src/share/replaygain_analysis/libreplaygain_analysis.la
\
$(top_builddir)
/src/share/grabbag/libgrabbag.la
\
$(top_builddir)
/src/share/grabbag/libgrabbag.la
\
$(top_builddir)
/src/share/replaygain_analysis/libreplaygain_analysis.la
\
$(top_builddir)
/src/share/getopt/libgetopt.a
\
$(top_builddir)
/src/share/getopt/libgetopt.a
\
$(top_builddir)
/src/share/utf8/libutf8.la
\
$(top_builddir)
/src/share/utf8/libutf8.la
\
$(top_builddir)
/src/libFLAC/libFLAC.la
\
$(top_builddir)
/src/libFLAC/libFLAC.la
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment