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
Thomas Daede
Vorbis tools
Commits
134b784a
Commit
134b784a
authored
Jan 21, 2018
by
Thomas Daede
Browse files
Always link to -lm for oggenc and ogg123.
parent
442c79f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ogg123/Makefile.am
View file @
134b784a
...
...
@@ -30,7 +30,7 @@ AM_CPPFLAGS = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@ \
ogg123_LDADD
=
@SHARE_LIBS@
\
@VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@
\
@SOCKET_LIBS@ @LIBICONV@ @CURL_LIBS@ @PTHREAD_CFLAGS@
\
@PTHREAD_LIBS@ @I18N_LIBS@ @FLAC_LIBS@ @SPEEX_LIBS@
@PTHREAD_LIBS@ @I18N_LIBS@ @FLAC_LIBS@ @SPEEX_LIBS@
-lm
ogg123_DEPENDENCIES
=
@SHARE_LIBS@
ogg123_SOURCES
=
audio.c buffer.c callbacks.c
\
...
...
oggenc/Makefile.am
View file @
134b784a
...
...
@@ -23,7 +23,7 @@ AM_CPPFLAGS = @SHARE_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @KATE_CFLAGS@ @I18N_CF
oggenc_LDADD
=
@SHARE_LIBS@
\
@VORBISENC_LIBS@ @VORBIS_LIBS@ @KATE_LIBS@ @OGG_LIBS@
\
@LIBICONV@ @I18N_LIBS@ @FLAC_LIBS@
@LIBICONV@ @I18N_LIBS@ @FLAC_LIBS@
-lm
oggenc_DEPENDENCIES
=
@SHARE_LIBS@
...
...
Write
Preview
Supports
Markdown
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