Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
70172927
Commit
70172927
authored
Feb 03, 2016
by
Sean McGovern
Committed by
Rémi Denis-Courmont
Feb 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/mpg123: link with libm as appropriate (refs #16385)
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
adbb0524
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
contrib/src/mpg123/mpg123-libm.patch
contrib/src/mpg123/mpg123-libm.patch
+20
-0
contrib/src/mpg123/rules.mak
contrib/src/mpg123/rules.mak
+1
-0
No files found.
contrib/src/mpg123/mpg123-libm.patch
0 → 100644
View file @
70172927
--- trunk/configure.ac 2015/09/06 15:59:04 3820
+++ trunk/configure.ac 2015/09/07 07:59:55 3827
@@ -93,6 +93,8 @@
AM_PROG_CC_C_O
AC_PROG_CPP
AC_PROG_INSTALL
+AC_CHECK_LIBM
+AC_SUBST(LIBM)
dnl "Checking for egrep is broken after removal of libltdl stuff... checks use $EGREP, so searching it here."
AC_PROG_EGREP
AC_C_CONST
--- mpg123/libmpg123.pc.in.orig 2015-08-12 01:33:47.000000000 -0400
+++ mpg123/libmpg123.pc.in 2016-02-03 20:40:25.335615001 -0500
@@ -7,5 +7,5 @@
Description: An optimised MPEG Audio decoder
Requires:
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lmpg123
+Libs: -L${libdir} -lmpg123 @LIBM@
Cflags: -I${includedir}
contrib/src/mpg123/rules.mak
View file @
70172927
...
...
@@ -23,6 +23,7 @@ $(TARBALLS)/mpg123-$(MPG123_VERSION).tar.bz2:
mpg123
:
mpg123-$(MPG123_VERSION).tar.bz2 .sum-mpg123
$(UNPACK)
$(APPLY)
$(SRC)
/mpg123/no-programs.patch
$(APPLY)
$(SRC)
/mpg123/mpg123-libm.patch
ifdef
HAVE_ANDROID
$(APPLY)
$(SRC)
/mpg123/mpg123_android_off_t.patch
endif
...
...
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