aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc-devel/files')
-rw-r--r--multimedia/vlc-devel/files/patch-configure10
-rw-r--r--multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.c12
-rw-r--r--multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h14
3 files changed, 0 insertions, 36 deletions
diff --git a/multimedia/vlc-devel/files/patch-configure b/multimedia/vlc-devel/files/patch-configure
deleted file mode 100644
index 5dfeef829dc6..000000000000
--- a/multimedia/vlc-devel/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Mon Jun 23 04:24:14 2003
-+++ configure Fri Sep 12 14:30:22 2003
-@@ -4501,7 +4501,6 @@
- ;;
- *bsd*)
- SYS="${target_os}"
-- CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
- ;;
- darwin*)
- SYS=darwin
diff --git a/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.c b/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.c
deleted file mode 100644
index 23363319effa..000000000000
--- a/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- modules/codec/ffmpeg/ffmpeg.c.orig Fri Aug 8 19:08:32 2003
-+++ modules/codec/ffmpeg/ffmpeg.c Wed Nov 5 15:07:26 2003
-@@ -296,8 +296,7 @@
- avcodec_register_all();
- b_ffmpeginit = 1;
-
-- msg_Dbg( p_decoder->p_fifo, "libavcodec initialized (interface "
-- LIBAVCODEC_BUILD_STR ")" );
-+ msg_Dbg( p_decoder->p_fifo, "libavcodec initialized" );
- }
- else
- {
diff --git a/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h b/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h
deleted file mode 100644
index b474a55d5747..000000000000
--- a/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- modules/codec/ffmpeg/ffmpeg.h.orig Fri Aug 8 19:08:32 2003
-+++ modules/codec/ffmpeg/ffmpeg.h Wed Nov 5 15:10:17 2003
-@@ -49,11 +49,7 @@
-
- } generic_thread_t;
-
--#if LIBAVCODEC_BUILD >= 4663
--# define LIBAVCODEC_PP
--#else
- # undef LIBAVCODEC_PP
--#endif
-
- #define GetWLE( p ) \
- ( *(u8*)(p) + ( *((u8*)(p)+1) << 8 ) )