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
119788ee
Commit
119788ee
authored
Jan 17, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* newer libcddb
parent
f6b55b7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
22 deletions
+1
-22
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/Patches/libcddb.patch
extras/contrib/src/Patches/libcddb.patch
+0
-21
No files found.
extras/contrib/src/Makefile
View file @
119788ee
...
...
@@ -55,7 +55,7 @@ all: .autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.png .gpgerror .gcrypt .gnutls .daap .cd
db .cd
io .vcdimager
.png .gpgerror .gcrypt .gnutls .daap .cdio .vcdimager
endif
ifeq
($(SYS),BEOS)
all
:
.perl .autoconf .libtool .automake .iconv .intl .freetype .fribidi
\
...
...
extras/contrib/src/Patches/libcddb.patch
deleted
100644 → 0
View file @
f6b55b7d
--- libcddb.orig/include/cddb/cddb_regex.h Mon Jul 5 02:12:12 2004
+++ libcddb/include/cddb/cddb_regex.h Sun Jul 4 22:05:44 2004
@@ -28,6 +28,7 @@
#include <stdlib.h>
+#include <unistd.h>
#include <regex.h>
--- libcddb.orig/lib/cddb_net.c Mon Jul 5 22:07:40 2004
+++ libcddb/lib/cddb_net.c Mon Jul 5 22:05:53 2004
@@ -24,7 +24,7 @@
#include <netdb.h>
#include <setjmp.h>
#include <signal.h>
-#include <time.h>
+#include <sys/time.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/socket.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