Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
de0752fd
Commit
de0752fd
authored
Apr 05, 2015
by
Thomas Klausner
Committed by
Max Kellermann
Aug 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system/ByteOrder: gssupport non-x86 NetBSD
parent
4204d492
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
NEWS
NEWS
+1
-0
ByteOrder.hxx
src/system/ByteOrder.hxx
+1
-1
No files found.
NEWS
View file @
de0752fd
...
@@ -4,6 +4,7 @@ ver 0.19.19 (not yet released)
...
@@ -4,6 +4,7 @@ ver 0.19.19 (not yet released)
- wildmidi: support libWildMidi 0.4
- wildmidi: support libWildMidi 0.4
* output
* output
- pulse: support 32 bit, 24 bit and floating point playback
- pulse: support 32 bit, 24 bit and floating point playback
* support non-x86 NetBSD
* fix clang 3.9 warnings
* fix clang 3.9 warnings
ver 0.19.18 (2016/08/05)
ver 0.19.18 (2016/08/05)
...
...
src/system/ByteOrder.hxx
View file @
de0752fd
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
/* well-known big-endian */
/* well-known big-endian */
# define IS_LITTLE_ENDIAN false
# define IS_LITTLE_ENDIAN false
# define IS_BIG_ENDIAN true
# define IS_BIG_ENDIAN true
#elif defined(__APPLE__)
#elif defined(__APPLE__)
|| defined(__NetBSD__)
/* compile-time check for MacOS */
/* compile-time check for MacOS */
# include <machine/endian.h>
# include <machine/endian.h>
# if BYTE_ORDER == LITTLE_ENDIAN
# if BYTE_ORDER == LITTLE_ENDIAN
...
...
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