1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

* Fix dirac on PPC. (only compile what we need)

(this is a workaround, i'm too lazy to find where they double up the LDFLAGS when they link their applications).
This commit is contained in:
Derk-Jan Hartman 2006-04-06 22:29:15 +00:00
parent 299ef0c091
commit eaba550ead
2 changed files with 16 additions and 0 deletions

View File

@ -1765,6 +1765,9 @@ dirac-$(DIRAC_VERSION).tar.gz:
dirac: dirac-$(DIRAC_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_DARWIN_OS
patch -p 0 <Patches/dirac-osx.patch
endif
ifneq ($(HOST),$(BUILD))
patch -p 0 <Patches/dirac-cross.patch
(cd $@; aclocal && autoconf && automake)

View File

@ -0,0 +1,13 @@
diff -ruN dirac-0.5.3.orig/Makefile.in dirac/Makefile.in
--- dirac-0.5.3.orig/Makefile.in 2005-08-23 13:04:01.000000000 +0200
+++ dirac/Makefile.in 2006-04-07 00:12:44.000000000 +0200
@@ -230,8 +230,7 @@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-SUBDIRS = libdirac_common libdirac_motionest libdirac_encoder libdirac_decoder \
-encoder decoder util $(CPPUNITTESTS_DIR) tests $(DOC_DIR) win32
+SUBDIRS = libdirac_common libdirac_motionest libdirac_encoder libdirac_decoder
@HAVE_DOXYGEN_FALSE@DOC_DIR =
@HAVE_DOXYGEN_TRUE@DOC_DIR = doc