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
9ffab184
Commit
9ffab184
authored
Jul 02, 2015
by
Sean McGovern
Committed by
Jean-Baptiste Kempf
Jul 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/ass: use correct ASFLAGS for yasm on Solaris
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
66c53a28
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
contrib/src/ass/ass-solaris.patch
contrib/src/ass/ass-solaris.patch
+11
-0
contrib/src/ass/rules.mak
contrib/src/ass/rules.mak
+2
-0
No files found.
contrib/src/ass/ass-solaris.patch
0 → 100644
View file @
9ffab184
--- libass/configure.ac.ORIG Wed Jan 7 14:00:15 2015
+++ libass/configure.ac Thu Jul 2 18:57:07 2015
@@ -70,7 +70,7 @@
AS_CASE([$host],
[*darwin*], [
ASFLAGS="$ASFLAGS -f macho$BITS -DPREFIX -DHAVE_ALIGNED_STACK=1" ],
- [*linux*|*dragonfly*|*bsd*], [
+ [*linux*|*dragonfly*|*bsd*|*solaris*], [
ASFLAGS="$ASFLAGS -f elf -DHAVE_ALIGNED_STACK=1" ],
[*cygwin*|*mingw*], [
ASFLAGS="$ASFLAGS -f win$BITS"
contrib/src/ass/rules.mak
View file @
9ffab184
...
...
@@ -33,6 +33,7 @@ $(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
libass
:
libass-$(ASS_VERSION).tar.gz .sum-ass
$(UNPACK)
$(APPLY)
$(SRC)
/ass/ass-macosx.patch
$(APPLY)
$(SRC)
/ass/ass-solaris.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
...
...
@@ -53,6 +54,7 @@ ASS_CONF += --disable-harfbuzz
endif
.ass
:
libass
$(RECONF)
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(CFLAGS)
-O3"
./configure
$(HOSTCONF)
$(ASS_CONF)
cd
$<
&&
$(MAKE)
install
touch
$@
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