[MPlayer-dev-eng] [PATCH#2] make the mplayer binary several 100k smaller
Arpi
arpi at thot.banki.hu
Thu Jun 12 15:30:55 CEST 2003
Hi,
> Index: libmpcodecs/vf_lavc.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_lavc.c,v
> retrieving revision 1.12
> diff -u -r1.12 vf_lavc.c
> --- libmpcodecs/vf_lavc.c 15 Mar 2003 18:01:02 -0000 1.12
> +++ libmpcodecs/vf_lavc.c 12 Jun 2003 11:59:01 -0000
> @@ -7,7 +7,7 @@
> #include "../mp_msg.h"
> #include "../help_mp.h"
>
> -#ifdef USE_LIBAVCODEC
> +#if defined(USE_LIBAVCODEC) && defined(CONFIG_ENCODERS)
>
did you test your patch???
if you #ifdef this, you have to #ifdef the reference in vf.c too
A'rpi / Astral & ESP-team
--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu
More information about the MPlayer-dev-eng
mailing list