diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-02-20 09:36:00 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-02-20 09:36:00 +0000 |
commit | 5d93f582cc0aafbc66134d46e79d73ab941f6c7e (patch) | |
tree | 257ff2992b8b73b89630b6422ec6618078f08b00 /src | |
parent | 565585429192250c2c709337af73a38820895a8a (diff) | |
download | xine-lib-5d93f582cc0aafbc66134d46e79d73ab941f6c7e.tar.gz xine-lib-5d93f582cc0aafbc66134d46e79d73ab941f6c7e.tar.bz2 |
**BUGFIX**
Updated documentation about M$VC (building external ffmpeg).
Added patch necessary for using ffmpeg by M$VC compiler.
Updated M$VC build of xine's ff plugin - removed ugly ifdef, used external ffmpeg as whole.
CVS patchset: 7419
CVS date: 2005/02/20 09:36:00
Diffstat (limited to 'src')
-rw-r--r-- | src/libffmpeg/xine_decoder.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/libffmpeg/xine_decoder.h b/src/libffmpeg/xine_decoder.h index 9005b602e..1c98f7ff1 100644 --- a/src/libffmpeg/xine_decoder.h +++ b/src/libffmpeg/xine_decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2004 the xine project + * Copyright (C) 2001-2005 the xine project * * This file is part of xine, a free video player. * @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.h,v 1.4 2004/09/26 22:54:52 valtri Exp $ + * $Id: xine_decoder.h,v 1.5 2005/02/20 09:36:02 valtri Exp $ * */ @@ -34,14 +34,6 @@ # include "libavcodec/avcodec.h" #endif -#ifdef _MSC_VER -# undef malloc -# undef free -# undef realloc -# undef printf -# undef fprintf -#endif - typedef struct ff_codec_s { uint32_t type; enum CodecID id; |