]> git.sesse.net Git - vlc/commitdiff
* newer libcddb
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 17 Jan 2005 23:38:27 +0000 (23:38 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 17 Jan 2005 23:38:27 +0000 (23:38 +0000)
extras/contrib/src/Makefile
extras/contrib/src/Patches/libcddb.patch [deleted file]

index acff749c291f57ee9f81aa41ef6731aeae5c902c..1823f09f2f82544ce9f08dacd41d07311f8a4a48 100644 (file)
@@ -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 \
diff --git a/extras/contrib/src/Patches/libcddb.patch b/extras/contrib/src/Patches/libcddb.patch
deleted file mode 100644 (file)
index c477ca8..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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>