Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
119788ee
Commit
119788ee
authored
Jan 17, 2005
by
hartman
Browse files
* newer libcddb
parent
f6b55b7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
.cddb
.cdio .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
Supports
Markdown
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