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
b11e9e86
Commit
b11e9e86
authored
Oct 27, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: separate win32 from other platform for CDDB
The changes needed are not the same.
parent
d19ae91c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
10 deletions
+14
-10
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+5
-1
extras/contrib/src/Patches/libcddb-cross.patch
extras/contrib/src/Patches/libcddb-cross.patch
+0
-9
extras/contrib/src/Patches/libcddb-win32.patch
extras/contrib/src/Patches/libcddb-win32.patch
+9
-0
No files found.
extras/contrib/src/Makefile
View file @
b11e9e86
...
...
@@ -1426,7 +1426,11 @@ libcddb-$(CDDB_VERSION).tar.bz2:
libcddb
:
libcddb-$(CDDB_VERSION).tar.bz2
$(EXTRACT_BZ2)
(
cd
$@
;
patch
-p0
< ../Patches/libcddb-cross.patch
&&
autoreconf
-fisv
)
(
cd
$@
;
patch
-p0
< ../Patches/libcddb-cross.patch
)
ifdef
HAVE_WIN32
(
cd
$@
;
patch
-p0
< ../Patches/libcddb-win32.patch
)
endif
(
cd
$@
;
autoreconf
-fisv
)
ifdef
HAVE_WIN32
.cddb
:
libcddb .regex
...
...
extras/contrib/src/Patches/libcddb-cross.patch
View file @
b11e9e86
...
...
@@ -18,15 +18,6 @@
AC_FUNC_STAT
AC_FUNC_VPRINTF
AC_FUNC_SELECT_ARGTYPES
--- libcddb.pc.in.orig 2009-10-25 21:36:57.000000000 +0100
+++ libcddb.pc.in 2009-10-25 21:36:11.000000000 +0100
@@ -6,5 +6,5 @@
Name: libcddb
Description: CDDB server access library
Version: @VERSION@
-Libs: -L${libdir} -lcddb @LIBICONV@
+Libs: -L${libdir} -lcddb ${libdir}/libregex.a @LIBICONV@
Cflags: -I${includedir}
--- include/cddb/cddb_ni.h.orig 2009-10-25 21:58:20.000000000 +0100
+++ include/cddb/cddb_ni.h 2009-10-25 21:58:46.000000000 +0100
@@ -35,6 +35,7 @@
...
...
extras/contrib/src/Patches/libcddb-win32.patch
0 → 100644
View file @
b11e9e86
--- libcddb.pc.in.orig 2009-10-25 21:36:57.000000000 +0100
+++ libcddb.pc.in 2009-10-25 21:36:11.000000000 +0100
@@ -6,5 +6,5 @@
Name: libcddb
Description: CDDB server access library
Version: @VERSION@
-Libs: -L${libdir} -lcddb @LIBICONV@
+Libs: -L${libdir} -lcddb -lregex ${libdir}/libregex.a @LIBICONV@ -lws2_32
Cflags: -I${includedir}
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