Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
df17e346
Commit
df17e346
authored
Sep 28, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: Flac does not need the cross compiling patch anymore.
parent
712ec1a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-3
extras/contrib/src/Patches/flac-cross.patch
extras/contrib/src/Patches/flac-cross.patch
+0
-15
No files found.
extras/contrib/src/Makefile
View file @
df17e346
...
...
@@ -804,9 +804,6 @@ flac-$(FLAC_VERSION).tar.gz:
flac
:
flac-$(FLAC_VERSION).tar.gz
$(EXTRACT_GZ)
ifneq
($(HOST),$(BUILD))
(
patch
-p0
< Patches/flac-cross.patch
)
endif
ifdef
HAVE_WIN32
patch
-p0
< Patches/flac-win32.patch
endif
...
...
extras/contrib/src/Patches/flac-cross.patch
deleted
100644 → 0
View file @
712ec1a3
--- flac-orig/configure.in 2005-11-01 19:00:02.381241515 +0100
+++ flac/configure.in 2005-11-01 19:01:50.034829963 +0100
@@ -36,6 +36,12 @@
AC_PROG_CXX
AC_PROG_MAKE_SET
+dnl Find the right ranlib, even when cross-compiling
+AC_CHECK_TOOL(RANLIB, ranlib, :)
+AC_CHECK_TOOL(STRIP, strip, :)
+AC_CHECK_TOOL(AR, ar, :)
+AC_CHECK_TOOL(LD, ld, :)
+
AC_CHECK_TYPES(socklen_t, [], [])
dnl check for getopt in standard library
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