summaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h
blob: b474a55d5747b82c5fc0294be6b248ca603d2271 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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 ) )