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
5a189bf3
Commit
5a189bf3
authored
Dec 27, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: reflect an API change in 10.4, which leads to compilation errors within the 10.5 SDK
additionally, fixed the libmodplug patch
parent
ff87fdb9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
3 deletions
+26
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-0
extras/contrib/src/Patches/libcdio-modernOSX.patch
extras/contrib/src/Patches/libcdio-modernOSX.patch
+20
-0
extras/contrib/src/Patches/libmodplug-gccllvm42.patch
extras/contrib/src/Patches/libmodplug-gccllvm42.patch
+3
-3
No files found.
extras/contrib/src/Makefile
View file @
5a189bf3
...
...
@@ -1501,6 +1501,9 @@ libcdio-$(CDIO_VERSION).tar.gz:
libcdio
:
libcdio-$(CDIO_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p0
< Patches/libcdio-install-cdparanoia-pc.patch
ifdef
HAVE_DARWIN_OS
patch
-p0
< Patches/libcdio-modernOSX.patch
endif
.cdio
:
libcdio
(
cd
$<
;
sed
-e
's%@ENABLE_CPP_TRUE@SUBDIRS = C++%@ENABLE_CPP_TRUE@SUBDIRS = %'
-i
.orig example/Makefile.in
&&
autoreconf
-fisv
&&
./configure
--prefix
=
$(PREFIX)
--without-vcdinfo
--disable-shared
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/libcdio-modernOSX.patch
0 → 100644
View file @
5a189bf3
--- libcdio-orig/lib/driver/osx.c 2007-08-12 14:38:25.000000000 +0200
+++ libcdio/lib/driver/osx.c 2008-12-27 00:38:21.000000000 +0100
@@ -58,7 +58,7 @@
#include <mach/mach.h>
#include <Carbon/Carbon.h>
-#include <IOKit/scsi-commands/SCSITaskLib.h>
+#include <IOKit/scsi/SCSITaskLib.h>
#include <IOKit/IOCFPlugIn.h>
#include <mach/mach_error.h>
@@ -77,7 +77,7 @@
#include <CoreFoundation/CoreFoundation.h>
#include <IOKit/IOKitLib.h>
#include <IOKit/IOBSD.h>
-#include <IOKit/scsi-commands/IOSCSIMultimediaCommandsDevice.h>
+#include <IOKit/scsi/IOSCSIMultimediaCommandsDevice.h>
#include <IOKit/storage/IOCDTypes.h>
#include <IOKit/storage/IODVDTypes.h>
#include <IOKit/storage/IOMedia.h>
extras/contrib/src/Patches/libmodplug-gccllvm42.patch
View file @
5a189bf3
...
...
@@ -6,7 +6,7 @@ diff -ru libmodplug-orig/src/load_abc.cpp libmodplug/src/load_abc.cpp
#include "load_pat.h"
+#ifndef uint
+#
typedef
uint unsigned int
+#
define
uint unsigned int
+#endif
+
#define MAXABCINCLUDES 8
...
...
@@ -20,7 +20,7 @@ diff -ru libmodplug-orig/src/load_mid.cpp libmodplug/src/load_mid.cpp
#include "load_pat.h"
+#ifndef uint
+#
typedef
uint unsigned int
+#
define
uint unsigned int
+#endif
+
#define ROWSPERNOTE 16
...
...
@@ -34,7 +34,7 @@ diff -ru libmodplug-orig/src/load_pat.cpp libmodplug/src/load_pat.cpp
#include "load_pat.h"
+#ifndef uint
+#
typedef
uint unsigned int
+#
define
uint unsigned int
+#endif
+
#ifdef MSC_VER
...
...
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