[vlc-devel] commit: contribs: fixed distribution of libass when using Apple' s Intel-variant of ld ( Felix Paul Kühne )

git version control git at videolan.org
Thu Feb 4 12:05:03 CET 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Feb  4 12:04:45 2010 +0100| [175ef35e965467606cc5467a0e1003264e2702ae] | committer: Felix Paul Kühne 

contribs: fixed distribution of libass when using Apple's Intel-variant of ld

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=175ef35e965467606cc5467a0e1003264e2702ae
---

 extras/contrib/src/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index bfe6c0a..d4048c6 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2442,7 +2442,11 @@ libass:
 	(cd $@; autoreconf -ivf)
 
 .libass: libass .freetype
+ifdef HAVE_DARWIN_OS
+	(cd $<; $(HOSTCC) ./configure --disable-png --disable-shared $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
+else
 	(cd $<; $(HOSTCC) ./configure --disable-png $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
+endif
 	touch $@
 
 CLEAN_FILE += .libass




More information about the vlc-devel mailing list