aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h')
-rw-r--r--multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h14
1 files changed, 0 insertions, 14 deletions
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 ) )