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
5ae2d471
Commit
5ae2d471
authored
Aug 24, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: fix libcaca-beta17 linkage on Win32
parent
3df4c74c
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
+4
-0
extras/contrib/src/Patches/libcaca-win32-static.patch
extras/contrib/src/Patches/libcaca-win32-static.patch
+11
-0
No files found.
extras/contrib/src/Makefile
View file @
5ae2d471
...
...
@@ -1323,6 +1323,10 @@ ifdef HAVE_DARWIN_OS
patch
-p0
< Patches/libcaca-osx-sdkofourchoice.patch
(
cd
$@
;
sed
-e
's%/Developer/SDKs/MacOSX10.4u.sdk%
$(MACOSX_SDK)
%'
-i
.orig configure
)
endif
ifdef
HAVE_WIN32
patch
-p0
< Patches/libcaca-win32-static.patch
endif
.caca
:
libcaca
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-imlib2
--disable-doc
--disable-ruby
--disable-csharp
--disable-cxx
&&
cd
caca
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/libcaca-win32-static.patch
0 → 100644
View file @
5ae2d471
--- libcaca/caca/caca.h 2010-02-08 13:34:28.000000000 +0100
+++ libcaca.new/caca/caca.h 2010-08-24 19:27:39.000000000 +0200
@@ -31,7 +31,7 @@
#if defined _DOXYGEN_SKIP_ME
#elif defined _WIN32 && defined __LIBCACA__ && defined DLL_EXPORT
# define __extern extern __declspec(dllexport)
-#elif defined _WIN32 && !defined __LIBCACA__
+#elif defined _WIN32 && !defined __LIBCACA__ && defined __NULL
# define __extern extern __declspec(dllimport)
#else
# define __extern extern
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