Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
ec6dfcfe
Commit
ec6dfcfe
authored
Sep 14, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* remove CDDB patch that is now applied upstream in the new libcddb version that we use.
parent
86837258
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-1
extras/contrib/src/Patches/libcddb.patch
extras/contrib/src/Patches/libcddb.patch
+0
-13
No files found.
extras/contrib/src/Makefile
View file @
ec6dfcfe
...
...
@@ -1004,7 +1004,6 @@ libcddb-$(CDDB_VERSION).tar.bz2:
libcddb
:
libcddb-$(CDDB_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch
-p
0 < Patches/libcddb.patch
.cddb
:
libcddb
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
LDFLAGS
=
"
$(LDFLAGS)
-liconv"
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/libcddb.patch
deleted
100644 → 0
View file @
86837258
diff -ruN libcddb.orig/include/cddb/cddb_regex.h libcddb/include/cddb/cddb_regex.h
--- libcddb.orig/include/cddb/cddb_regex.h Fri Oct 15 21:42:08 2004
+++ libcddb/include/cddb/cddb_regex.h Tue Jan 18 01:57:50 2005
@@ -30,9 +30,7 @@
#include <cddb/cddb_config.h>
#include <stdlib.h>
-#ifdef CDDB_NEED_UNISTD_H
#include <unistd.h>
-#endif
#include <regex.h>
/**
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