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
e7c2a27e
Commit
e7c2a27e
authored
Sep 26, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix flac compilation
parent
1c60a0f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-0
extras/contrib/src/Patches/flac-win32.patch
extras/contrib/src/Patches/flac-win32.patch
+12
-0
No files found.
extras/contrib/src/Makefile
View file @
e7c2a27e
...
@@ -806,6 +806,9 @@ flac: flac-$(FLAC_VERSION).tar.gz
...
@@ -806,6 +806,9 @@ flac: flac-$(FLAC_VERSION).tar.gz
$(EXTRACT_GZ)
$(EXTRACT_GZ)
ifneq
($(HOST),$(BUILD))
ifneq
($(HOST),$(BUILD))
(
patch
-p0
< Patches/flac-cross.patch
)
(
patch
-p0
< Patches/flac-cross.patch
)
endif
ifdef
HAVE_WIN32
patch
-p0
< Patches/flac-win32.patch
endif
endif
cd
$@
&&
autoconf
cd
$@
&&
autoconf
...
...
extras/contrib/src/Patches/flac-win32.patch
0 → 100644
View file @
e7c2a27e
diff -ur flac-1.2.1/include/share/alloc.h flac/include/share/alloc.h
--- flac-1.2.1/include/share/alloc.h 2007-09-12 06:32:21.000000000 +0100
+++ flac/include/share/alloc.h 2007-09-25 20:54:09.000000000 +0100
@@ -28,7 +28,7 @@
*/
#include <limits.h> /* for SIZE_MAX */
-#if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__
+#if !defined _MSC_VER && !defined __EMX__
#include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */
#endif
#include <stdlib.h> /* for size_t, malloc(), etc */
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