Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
83e5162f
Commit
83e5162f
authored
Aug 12, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't build tests in libass when Xcompiling.
parent
640f7e70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/Patches/libass-cross.patch
extras/contrib/src/Patches/libass-cross.patch
+8
-0
No files found.
extras/contrib/src/Makefile
View file @
83e5162f
...
...
@@ -2468,7 +2468,7 @@ libass: libass-$(ASS_VERSION).tar.bz2
patch
-p0
< Patches/libass_mplayer_updates.patch
ifneq
($(HOST),$(BUILD))
patch
-p0
< Patches/libass-cross.patch
cd
$@
;
autoconf
cd
$@
;
autoconf
;
automake
endif
.libass
:
libass .png
...
...
extras/contrib/src/Patches/libass-cross.patch
View file @
83e5162f
...
...
@@ -12,3 +12,11 @@
AC_FUNC_STAT
AC_FUNC_STRTOD
AC_FUNC_VPRINTF
--- libass/Makefile.am.old 2008-08-12 08:55:47.000000000 +0200
+++ libass/Makefile.am 2008-08-12 08:56:05.000000000 +0200
@@ -4,4 +4,4 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libass.pc
-SUBDIRS = libass test
+SUBDIRS = libass
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