Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
35129005
Commit
35129005
authored
Jun 28, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mrraaaah at dirac 0.10 when crosscompiling. A bit sharp but works.
parent
2a6addaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
94 additions
and
0 deletions
+94
-0
extras/contrib/src/Patches/dirac-cross.patch
extras/contrib/src/Patches/dirac-cross.patch
+94
-0
No files found.
extras/contrib/src/Patches/dirac-cross.patch
View file @
35129005
...
...
@@ -92,3 +92,97 @@ index f750906..bfe6e75 100644
}
inline int BandCodec::ChooseInfoContext() const
--- dirac/configure.ac 2008-06-28 02:43:15.000000000 +0200
+++ dirac.new/configure.ac 2008-06-28 02:38:28.000000000 +0200
@@ -145,70 +145,6 @@
AM_CONDITIONAL(OVERLAY, test x$overlay = xtrue)
dnl -----------------------------------------------
-dnl Checks for optional files in doc directory.
-dnl algorithm documentation is not distributed in
-dnl the release. It is available only from CVS
-dnl -----------------------------------------------
-dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/algorithm/index.htm,[HAVE_ALGO="true"], [HAVE_ALGO="false"])
-AM_CONDITIONAL(HAVE_ALGO, $HAVE_ALGO)
-
-dnl -----------------------------------------------
-dnl Checks for optional files in doc directory.
-dnl Enhancements is not distributed in
-dnl the release. It is available only from CVS
-dnl -----------------------------------------------
-dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/enhancements/index.htm,[HAVE_ENHANCE="true"], [HAVE_ENHANCE="false"])
-AM_CONDITIONAL(HAVE_ENHANCE, $HAVE_ENHANCE)
-
-dnl -----------------------------------------------
-dnl Checks for optional files in doc directory.
-dnl Global Motion documentation is not distributed in
-dnl the release. It is available only from CVS
-dnl -----------------------------------------------
-dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/global_motion/index.htm,[HAVE_GM="true"], [HAVE_GM="false"])
-AM_CONDITIONAL(HAVE_GM, $HAVE_GM)
-
-dnl -----------------------------------------------
-dnl Checks for optional files in doc directory.
-dnl Upconversion doc is not distributed in
-dnl the release. It is available only from CVS
-dnl -----------------------------------------------
-dnl AC_CHECK_FILE($srcdir/doc/documentation/algorithm/upconversion/index.htm,[HAVE_UPCONV="true"], [HAVE_UPCONV="false"])
-AM_CONDITIONAL(HAVE_UPCONV, $HAVE_UPCONV)
-
-dnl -----------------------------------------------
-dnl Checks for optional files in doc directory.
-dnl programmer's guide is not distributed in
-dnl the release. It is available only from CVS
-dnl -----------------------------------------------
-dnl AC_CHECK_FILE($srcdir/doc/documentation/code/programmers_guide/index.htm,[HAVE_PROG="true"], [HAVE_PROG="false"])
-AM_CONDITIONAL(HAVE_PROG, $HAVE_PROG)
-
-dnl -----------------------------------------------
-dnl Checks for optional files in doc directory.
-dnl Diagnostics tools docs are is not distributed in
-dnl the release. It is available only from CVS
-dnl -----------------------------------------------
-dnl AC_CHECK_FILE($srcdir/doc/documentation/tools/diagnostics/index.htm,[HAVE_DIAG="true"], [HAVE_DIAG="false"])
-AM_CONDITIONAL(HAVE_DIAG, $HAVE_DIAG)
-
-dnl -----------------------------------------------
-dnl Checks for optional files in doc directory.
-dnl Publications documentation is not distributed in
-dnl the release. It is available only from CVS
-dnl -----------------------------------------------
-AC_CHECK_FILE($srcdir/doc/documentation/publications/diracoverview-ibc2006.pdf,[HAVE_PUBLICATIONS="true"], [HAVE_PUBLICATIONS="false"])
-AM_CONDITIONAL(HAVE_PUBLICATIONS, $HAVE_PUBLICATIONS)
-
-dnl -----------------------------------------------
-dnl Checks for optional files in doc directory.
-dnl Support documentation is not distributed in
-dnl the release. It is available only from CVS
-dnl -----------------------------------------------
-AC_CHECK_FILE($srcdir/doc/documentation/support/test.html,[HAVE_SUPPORT="true"], [HAVE_SUPPORT="false"])
-AM_CONDITIONAL(HAVE_SUPPORT, $HAVE_SUPPORT)
-
-dnl -----------------------------------------------
dnl Setup for the testsuite
dnl -----------------------------------------------
AC_CONFIG_TESTDIR([tests], [tests:encoder:decoder:unit_tests:util/instrumentation])
@@ -452,20 +388,6 @@
util/conversion/common/Makefile \
util/instrumentation/Makefile \
util/instrumentation/libdirac_instrument/Makefile \
- doc/Makefile \
- doc/documentation/Makefile \
- doc/documentation/algorithm/Makefile \
- doc/documentation/algorithm/algorithm/Makefile \
- doc/documentation/algorithm/enhancements/Makefile \
- doc/documentation/algorithm/global_motion/Makefile \
- doc/documentation/algorithm/upconversion/Makefile \
- doc/documentation/code/Makefile \
- doc/documentation/code/api/Makefile \
- doc/documentation/code/programmers_guide/Makefile \
- doc/documentation/publications/Makefile \
- doc/documentation/support/Makefile \
- doc/documentation/tools/Makefile \
- doc/documentation/tools/diagnostics/Makefile \
libdirac_byteio/Makefile \
libdirac_common/Makefile \
libdirac_motionest/Makefile \
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment