Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
4105ebb5
Commit
4105ebb5
authored
Jan 27, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: openjpeg: freebsd has posix_memalign
parent
6dbbc2aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
contrib/src/openjpeg/freebsd.patch
contrib/src/openjpeg/freebsd.patch
+11
-0
contrib/src/openjpeg/rules.mak
contrib/src/openjpeg/rules.mak
+1
-0
No files found.
contrib/src/openjpeg/freebsd.patch
0 → 100644
View file @
4105ebb5
--- openjpeg/libopenjpeg/opj_malloc.h.orig 2011-01-02 19:14:45.000000000 +0100
+++ openjpeg/libopenjpeg/opj_malloc.h 2012-01-27 17:18:30.000000000 +0100
@@ -83,6 +83,8 @@
#else /* Not _WIN32 */
#if defined(__sun)
#define HAVE_MEMALIGN
+ #elif defined(__FreeBSD__)
+ #define HAVE_POSIX_MEMALIGN
/* Linux x86_64 and OSX always align allocations to 16 bytes */
#elif !defined(__amd64__) && !defined(__APPLE__)
#define HAVE_MEMALIGN
contrib/src/openjpeg/rules.mak
View file @
4105ebb5
...
...
@@ -11,6 +11,7 @@ $(TARBALLS)/openjpeg_v$(OPENJPEG_VERSION).tgz:
openjpeg
:
openjpeg_v$(OPENJPEG_VERSION).tgz .sum-openjpeg
$(UNPACK)
$(APPLY)
$(SRC)
/openjpeg/pkg-config.patch
$(APPLY)
$(SRC)
/openjpeg/freebsd.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
...
...
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