Commit 5c0de0fe authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: fix dirac target

parent 8bbd4a31
......@@ -3,7 +3,7 @@ all: .iconv .intl .freetype .fribidi .zlib \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .shout .vorbisenc .theora \
.flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss \
.live .pthreads .goom2k4 .caca .mod .x264 .xml .twolame \
.png .gpg-error .gcrypt .gnutls .mpcdec \
.png .gpg-error .gcrypt .gnutls .mpcdec .dirac \
.dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image \
.dx_headers .dshow_headers .gecko-win32 .dca \
.lua .tag .fontconfig .portaudio .kate .libass .zvbi \
......
......@@ -2129,13 +2129,10 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_CYGWIN
# incorrect compile warning with cygwin compiler 3.4.4
patch -p0 <Patches/dirac-cygwin.patch
patch -p0 < Patches/dirac-cygwin.patch
endif
ifndef HAVE_DARWIN_OS
(cd $@; aclocal -I m4 && autoconf && automake)
else
patch -p0 < Patches/dirac-noutils.patch
(cd $@; ./bootstrap)
endif
DIRAC_SUBDIRS = libdirac_byteio libdirac_common libdirac_motionest libdirac_encoder libdirac_decoder
......
--- dirac/Makefile.am 2008-10-01 07:33:56.000000000 +0200
+++ dirac.new/Makefile.am 2010-01-09 02:05:45.000000000 +0100
@@ -2,7 +2,7 @@
#
SUBDIRS = libdirac_byteio libdirac_common libdirac_motionest libdirac_encoder \
- libdirac_decoder encoder decoder util $(CPPUNITTESTS_DIR) \
+ libdirac_decoder encoder decoder $(CPPUNITTESTS_DIR) \
tests $(DOC_DIR) win32
.PHONY: valgrind-check
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