[MPlayer-cvslog] r23139 - in trunk: libmpcodecs/ae_lavc.c libmpcodecs/vf.c libmpdemux/demuxer.c libmpdemux/muxer.c
Nico Sabbi
nsabbi at email.it
Thu Apr 26 17:20:27 CEST 2007
diego wrote:
>Author: diego
>Date: Thu Apr 26 17:10:07 2007
>New Revision: 23139
>
>Log:
>Simplify preprocessor directives: There is a general variable for
>static/shared FFmpeg libraries now.
>
>
>
>Modified: trunk/libmpcodecs/ae_lavc.c
>==============================================================================
>--- trunk/libmpcodecs/ae_lavc.c (original)
>+++ trunk/libmpcodecs/ae_lavc.c Thu Apr 26 17:10:07 2007
>@@ -28,7 +28,7 @@ extern int lavc_param_atag;
> extern int lavc_param_audio_global_header;
> extern int avcodec_inited;
> static int compressed_frame_size = 0;
>-#if defined(USE_LIBAVFORMAT) || defined(USE_LIBAVFORMAT_SO)
>+#ifdef USE_LIBAVFORMAT
> #ifdef USE_LIBAVFORMAT_SO
>
>
why??? it's disgusting. It leads to the same mess that a unified
USE_LIBAVCODEC introduced;
We had already talked about it in the past, and I believe that we agreed that eventually the opposite should have been made:
distinguishing between USE_LIBAVCODEC and USE_LIBAVCODEC_SO
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Videocorso di marketing: impara dagli esperti del settore come fare
* un marketing di successo per la tua attivita'
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6200&d=26-4
More information about the MPlayer-cvslog
mailing list