Commit eaba550e authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* 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).
parent 299ef0c0
...@@ -1765,6 +1765,9 @@ dirac-$(DIRAC_VERSION).tar.gz: ...@@ -1765,6 +1765,9 @@ dirac-$(DIRAC_VERSION).tar.gz:
dirac: dirac-$(DIRAC_VERSION).tar.gz dirac: dirac-$(DIRAC_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
ifdef HAVE_DARWIN_OS
patch -p 0 <Patches/dirac-osx.patch
endif
ifneq ($(HOST),$(BUILD)) ifneq ($(HOST),$(BUILD))
patch -p 0 <Patches/dirac-cross.patch patch -p 0 <Patches/dirac-cross.patch
(cd $@; aclocal && autoconf && automake) (cd $@; aclocal && autoconf && automake)
......
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment