]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/dirac-cross.patch
ALL: Merge the win32-contrib branch.
[vlc] / extras / contrib / src / Patches / dirac-cross.patch
1 --- dirac/Makefile.am   2005-05-20 15:05:25.000000000 +0200
2 +++ dirac-new/Makefile.am       2005-09-16 18:43:26.000000000 +0200
3 @@ -2,18 +2,12 @@
4  #
5  
6  SUBDIRS = libdirac_common libdirac_motionest libdirac_encoder libdirac_decoder \
7 -encoder decoder util $(CPPUNITTESTS_DIR) tests $(DOC_DIR) win32
8 +encoder decoder util $(CPPUNITTESTS_DIR)  win32
9  
10  .PHONY: valgrind-check
11  valgrind-check:
12         cd tests && $(MAKE) $(AM_MAKEFLAGS) $@
13  
14 -if HAVE_DOXYGEN
15 -DOC_DIR = doc
16 -else
17 -DOC_DIR =
18 -endif
19 -
20  if HAVE_LATEX
21  DOC_DIR = doc
22  endif
23 --- dirac/configure.ac  2005-08-22 14:51:34.000000000 +0200
24 +++ dirac-new/configure.ac      2005-09-05 16:18:00.000000000 +0200
25 @@ -143,7 +143,7 @@
26  dnl algorithm documentation is not distributed in
27  dnl the release. It is available only from CVS
28  dnl -----------------------------------------------
29 -AC_CHECK_FILE($srcdir/doc/documentation/algorithm/algorithm/index.htm,[HAVE_ALGO="true"], [HAVE_ALGO="false"])
30 +dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/algorithm/index.htm,[HAVE_ALGO="true"], [HAVE_ALGO="false"])
31  AM_CONDITIONAL(HAVE_ALGO, $HAVE_ALGO)
32  
33  dnl -----------------------------------------------
34 @@ -151,7 +151,7 @@
35  dnl Enhancements is not distributed in
36  dnl the release. It is available only from CVS
37  dnl -----------------------------------------------
38 -AC_CHECK_FILE($srcdir/doc/documentation/algorithm/enhancements/index.htm,[HAVE_ENHANCE="true"], [HAVE_ENHANCE="false"])
39 +dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/enhancements/index.htm,[HAVE_ENHANCE="true"], [HAVE_ENHANCE="false"])
40  AM_CONDITIONAL(HAVE_ENHANCE, $HAVE_ENHANCE)
41  
42  dnl -----------------------------------------------
43 @@ -159,7 +159,7 @@
44  dnl Global Motion documentation is not distributed in
45  dnl the release. It is available only from CVS
46  dnl -----------------------------------------------
47 -AC_CHECK_FILE($srcdir/doc/documentation/algorithm/global_motion/index.htm,[HAVE_GM="true"], [HAVE_GM="false"])
48 +dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/global_motion/index.htm,[HAVE_GM="true"], [HAVE_GM="false"])
49  AM_CONDITIONAL(HAVE_GM, $HAVE_GM)
50  
51  dnl -----------------------------------------------
52 @@ -167,7 +167,7 @@
53  dnl Upconversion doc is not distributed in
54  dnl the release. It is available only from CVS
55  dnl -----------------------------------------------
56 -AC_CHECK_FILE($srcdir/doc/documentation/algorithm/upconversion/index.htm,[HAVE_UPCONV="true"], [HAVE_UPCONV="false"])
57 +dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/upconversion/index.htm,[HAVE_UPCONV="true"], [HAVE_UPCONV="false"])
58  AM_CONDITIONAL(HAVE_UPCONV, $HAVE_UPCONV)
59  
60  dnl -----------------------------------------------
61 @@ -175,7 +175,7 @@
62  dnl programmer's guide is not distributed in
63  dnl the release. It is available only from CVS
64  dnl -----------------------------------------------
65 -AC_CHECK_FILE($srcdir/doc/documentation/code/programmers_guide/index.htm,[HAVE_PROG="true"], [HAVE_PROG="false"])
66 +dnl AC_CHECK_FILE($srcdir/doc/documentation/code/programmers_guide/index.htm,[HAVE_PROG="true"], [HAVE_PROG="false"])
67  AM_CONDITIONAL(HAVE_PROG, $HAVE_PROG)
68  
69  dnl -----------------------------------------------
70 @@ -183,7 +183,7 @@
71  dnl Diagnostics tools docs are is not distributed in
72  dnl the release. It is available only from CVS
73  dnl -----------------------------------------------
74 -AC_CHECK_FILE($srcdir/doc/documentation/tools/diagnostics/index.htm,[HAVE_DIAG="true"], [HAVE_DIAG="false"])
75 +dnl AC_CHECK_FILE($srcdir/doc/documentation/tools/diagnostics/index.htm,[HAVE_DIAG="true"], [HAVE_DIAG="false"])
76  AM_CONDITIONAL(HAVE_DIAG, $HAVE_DIAG)
77  
78  dnl -----------------------------------------------