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
eca862ff
Commit
eca862ff
authored
Dec 03, 2014
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: Fix mpcdec build with MSVC
parent
13c9aa1c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
contrib/src/mpcdec/musepack-asinh-msvc.patch
contrib/src/mpcdec/musepack-asinh-msvc.patch
+11
-0
contrib/src/mpcdec/rules.mak
contrib/src/mpcdec/rules.mak
+3
-0
No files found.
contrib/src/mpcdec/musepack-asinh-msvc.patch
0 → 100644
View file @
eca862ff
--- musepack.clean/libmpcpsy/psy_tab.c 2014-12-03 15:25:37.877616700 +0100
+++ musepack/libmpcpsy/psy_tab.c 2014-12-03 15:20:59.300071300 +0100
@@ -186,7 +187,7 @@
}
}
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && _MSC_VER < 1800
static double
asinh ( double x )
{
contrib/src/mpcdec/rules.mak
View file @
eca862ff
...
@@ -28,6 +28,9 @@ musepack: musepack_src_r$(MUSE_REV).tar.gz .sum-mpcdec
...
@@ -28,6 +28,9 @@ musepack: musepack_src_r$(MUSE_REV).tar.gz .sum-mpcdec
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/mpcdec/musepack-no-cflags-clobber.patch
$(APPLY)
$(SRC)
/mpcdec/musepack-no-cflags-clobber.patch
$(APPLY)
$(SRC)
/mpcdec/musepack-no-binaries.patch
$(APPLY)
$(SRC)
/mpcdec/musepack-no-binaries.patch
ifdef
HAVE_VISUALSTUDIO
$(APPLY)
$(SRC)
/mpcdec/musepack-asinh-msvc.patch
endif
sed
-i
.orig
\
sed
-i
.orig
\
-e
's,^add_subdirectory(mpcgain),,g'
\
-e
's,^add_subdirectory(mpcgain),,g'
\
-e
's,^add_subdirectory(mpcchap),,g'
\
-e
's,^add_subdirectory(mpcchap),,g'
\
...
...
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