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
38f22911
Commit
38f22911
authored
Jan 30, 2016
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Feb 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib:opus: remove an unneeded MSVC patch
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
febb76cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
contrib/src/opus/msvc.patch
contrib/src/opus/msvc.patch
+0
-11
contrib/src/opus/rules.mak
contrib/src/opus/rules.mak
+0
-3
No files found.
contrib/src/opus/msvc.patch
deleted
100644 → 0
View file @
febb76cf
--- opus/celt/float_cast.h 2013-11-29 21:17:15.000000000 +0100
+++ /home/vlc/vlc/contrib/windowsphone/opus/celt/float_cast.h 2014-12-15 16:55:21.951193100 +0100
@@ -97,7 +97,7 @@
{
return _mm_cvtss_si32(_mm_load_ss(&value));
}
-#elif (defined(_MSC_VER) && _MSC_VER >= 1400) && (defined (WIN32) || defined (_WIN32))
+#elif (defined(_MSC_VER) && _MSC_VER >= 1400) && (defined (WIN32) || defined (_WIN32)) && !defined(_M_ARM)
#include <math.h>
/* Win32 doesn't seem to have these functions.
contrib/src/opus/rules.mak
View file @
38f22911
...
...
@@ -17,9 +17,6 @@ $(TARBALLS)/opus-$(OPUS_VERSION).tar.gz:
opus
:
opus-$(OPUS_VERSION).tar.gz .sum-opus
$(UNPACK)
$(UPDATE_AUTOCONFIG)
ifdef
HAVE_VISUALSTUDIO
$(APPLY)
$(SRC)
/opus/msvc.patch
endif
$(MOVE)
OPUS_CONF
=
--disable-extra-programs
--disable-doc
...
...
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