Changeset 35129005f62ee88fc127694118df2a99431148b1

Show
Ignore:
Timestamp:
28/06/08 02:48:55 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@altair.videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@altair.videolan.org> 1214614135 +0200
git-parent:

[2a6addaa64d4ad0235e5c13c4504a28f8e7091ad]

git-author:
Jean-Baptiste Kempf <jb@altair.videolan.org> 1214614135 +0200
Message:

Mrraaaah at dirac 0.10 when crosscompiling. A bit sharp but works.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Patches/dirac-cross.patch

    re586333 r3512900  
    9393  
    9494 inline int BandCodec::ChooseInfoContext() const 
     95--- dirac/configure.ac  2008-06-28 02:43:15.000000000 +0200 
     96+++ dirac.new/configure.ac  2008-06-28 02:38:28.000000000 +0200 
     97@@ -145,70 +145,6 @@ 
     98 AM_CONDITIONAL(OVERLAY, test x$overlay = xtrue) 
     99  
     100 dnl ----------------------------------------------- 
     101-dnl Checks for optional files in doc directory. 
     102-dnl algorithm documentation is not distributed in 
     103-dnl the release. It is available only from CVS 
     104-dnl ----------------------------------------------- 
     105-dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/algorithm/index.htm,[HAVE_ALGO="true"], [HAVE_ALGO="false"]) 
     106-AM_CONDITIONAL(HAVE_ALGO, $HAVE_ALGO) 
     107- 
     108-dnl ----------------------------------------------- 
     109-dnl Checks for optional files in doc directory. 
     110-dnl Enhancements is not distributed in 
     111-dnl the release. It is available only from CVS 
     112-dnl ----------------------------------------------- 
     113-dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/enhancements/index.htm,[HAVE_ENHANCE="true"], [HAVE_ENHANCE="false"]) 
     114-AM_CONDITIONAL(HAVE_ENHANCE, $HAVE_ENHANCE) 
     115- 
     116-dnl ----------------------------------------------- 
     117-dnl Checks for optional files in doc directory. 
     118-dnl Global Motion documentation is not distributed in 
     119-dnl the release. It is available only from CVS 
     120-dnl ----------------------------------------------- 
     121-dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/global_motion/index.htm,[HAVE_GM="true"], [HAVE_GM="false"]) 
     122-AM_CONDITIONAL(HAVE_GM, $HAVE_GM) 
     123- 
     124-dnl ----------------------------------------------- 
     125-dnl Checks for optional files in doc directory. 
     126-dnl Upconversion doc is not distributed in 
     127-dnl the release. It is available only from CVS 
     128-dnl ----------------------------------------------- 
     129-dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/upconversion/index.htm,[HAVE_UPCONV="true"], [HAVE_UPCONV="false"]) 
     130-AM_CONDITIONAL(HAVE_UPCONV, $HAVE_UPCONV) 
     131- 
     132-dnl ----------------------------------------------- 
     133-dnl Checks for optional files in doc directory. 
     134-dnl programmer's guide is not distributed in 
     135-dnl the release. It is available only from CVS 
     136-dnl ----------------------------------------------- 
     137-dnl AC_CHECK_FILE($srcdir/doc/documentation/code/programmers_guide/index.htm,[HAVE_PROG="true"], [HAVE_PROG="false"]) 
     138-AM_CONDITIONAL(HAVE_PROG, $HAVE_PROG) 
     139- 
     140-dnl ----------------------------------------------- 
     141-dnl Checks for optional files in doc directory. 
     142-dnl Diagnostics tools docs are is not distributed in 
     143-dnl the release. It is available only from CVS 
     144-dnl ----------------------------------------------- 
     145-dnl AC_CHECK_FILE($srcdir/doc/documentation/tools/diagnostics/index.htm,[HAVE_DIAG="true"], [HAVE_DIAG="false"]) 
     146-AM_CONDITIONAL(HAVE_DIAG, $HAVE_DIAG) 
     147- 
     148-dnl ----------------------------------------------- 
     149-dnl Checks for optional files in doc directory. 
     150-dnl Publications documentation is not distributed in 
     151-dnl the release. It is available only from CVS 
     152-dnl ----------------------------------------------- 
     153-AC_CHECK_FILE($srcdir/doc/documentation/publications/diracoverview-ibc2006.pdf,[HAVE_PUBLICATIONS="true"], [HAVE_PUBLICATIONS="false"]) 
     154-AM_CONDITIONAL(HAVE_PUBLICATIONS, $HAVE_PUBLICATIONS) 
     155- 
     156-dnl ----------------------------------------------- 
     157-dnl Checks for optional files in doc directory. 
     158-dnl Support documentation is not distributed in 
     159-dnl the release. It is available only from CVS 
     160-dnl ----------------------------------------------- 
     161-AC_CHECK_FILE($srcdir/doc/documentation/support/test.html,[HAVE_SUPPORT="true"], [HAVE_SUPPORT="false"]) 
     162-AM_CONDITIONAL(HAVE_SUPPORT, $HAVE_SUPPORT) 
     163- 
     164-dnl ----------------------------------------------- 
     165 dnl Setup for the testsuite 
     166 dnl ----------------------------------------------- 
     167 AC_CONFIG_TESTDIR([tests], [tests:encoder:decoder:unit_tests:util/instrumentation]) 
     168@@ -452,20 +388,6 @@ 
     169           util/conversion/common/Makefile \ 
     170      util/instrumentation/Makefile \ 
     171      util/instrumentation/libdirac_instrument/Makefile \ 
     172-          doc/Makefile \ 
     173-          doc/documentation/Makefile \ 
     174-          doc/documentation/algorithm/Makefile \ 
     175-          doc/documentation/algorithm/algorithm/Makefile \ 
     176-          doc/documentation/algorithm/enhancements/Makefile \ 
     177-          doc/documentation/algorithm/global_motion/Makefile \ 
     178-          doc/documentation/algorithm/upconversion/Makefile \ 
     179-          doc/documentation/code/Makefile \ 
     180-          doc/documentation/code/api/Makefile \ 
     181-          doc/documentation/code/programmers_guide/Makefile \ 
     182-          doc/documentation/publications/Makefile \ 
     183-          doc/documentation/support/Makefile \ 
     184-          doc/documentation/tools/Makefile \ 
     185-          doc/documentation/tools/diagnostics/Makefile \ 
     186           libdirac_byteio/Makefile \ 
     187           libdirac_common/Makefile \ 
     188           libdirac_motionest/Makefile \