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
c6a97a1b
Commit
c6a97a1b
authored
Jul 10, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use libass from greg's git.
parent
2e2ca9dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+9
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-0
No files found.
extras/contrib/src/Makefile
View file @
c6a97a1b
...
...
@@ -2510,6 +2510,14 @@ DISTCLEAN_PKG += schroedinger-$(SCHROED_VERSION).tar.gz
libass-$(ASS_VERSION).tar.bz2
:
$(WGET)
$(ASS_URL)
ifdef
GIT
libass
:
$(GIT)
clone
$(ASS_GIT)
ifneq
($(HOST),$(BUILD))
patch
-p0
< Patches/libass-cross.patch
(
cd
$@
;
autoreconf
-ivf
)
endif
else
# mplayer patches up to August 8, 2008 are included
libass
:
libass-$(ASS_VERSION).tar.bz2
$(EXTRACT_BZ2)
...
...
@@ -2518,6 +2526,7 @@ ifneq ($(HOST),$(BUILD))
patch
-p0
< Patches/libass-cross.patch
(
cd
$@
;
autoreconf
-ivf
)
endif
endif
.libass
:
libass .png
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-O3"
&&
make
&&
make
install
)
...
...
extras/contrib/src/packages.mak
View file @
c6a97a1b
...
...
@@ -226,5 +226,6 @@ SCHROED_VERSION=1.0.7
SCHROED_URL
=
http://www.diracvideo.org/download/schroedinger/schroedinger-
$(SCHROED_VERSION)
.tar.gz
ASS_VERSION
=
0.9.6
ASS_URL
=
$(SF)
/libass/libass-
$(ASS_VERSION)
.tar.bz2
ASS_GIT
=
git://greg.geekmind.org/libass.git
GSM_VERSION
=
1.0.12
GSM_URL
=
http://user.cs.tu-berlin.de/~jutta/gsm/gsm-
$(GSM_VERSION)
.tar.gz
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