[Mplayer-cvslog] CVS: main configure,1.244,1.245 mplayer.c,1.317,1.318 xacodec.c,1.26,1.27 find_sub.c,1.3,1.4 codec-cfg.c,1.46,1.47 dll_init.c,1.35,1.36 mencoder.c,1.25,1.26
Felix Buenemann
atmosfear at users.sourceforge.net
Wed Nov 14 15:15:42 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main configure,1.244,1.245 mplayer.c,1.317,1.318 xacodec.c,1.26,1.27 find_sub.c,1.3,1.4 codec-cfg.c,1.46,1.47 dll_init.c,1.35,1.36 mencoder.c,1.25,1.26
- Next message: [Mplayer-cvslog] CVS: main configure,1.244,1.245 mplayer.c,1.317,1.318 xWed Nov 14 16:37:03 2001
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
On Wednesday, 14. November 2001 12:16, you wrote:
> if test "$_vo2" = yes ; then
> - _vodef='#define USE_LIBVO2'
> + _vodef='-DUSE_LIBVO2'
> _volib='-Llibvo2 -lvo2'
> _voinc='-Ilibvo2'
> _vodir='libvo2'
> else
> - _vodef='#undef USE_LIBVO2'
> + _vodef=''
> _volib='-Llibvo -lvo'
> _voinc='-Ilibvo'
> _vodir='libvo'
IMHO you should follow mplayer policies and write a #define into config.h and
include config.h into files where it's needed (like it was until now).
--
Best Regards,
Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________
- Previous message: [Mplayer-cvslog] CVS: main configure,1.244,1.245 mplayer.c,1.317,1.318 xacodec.c,1.26,1.27 find_sub.c,1.3,1.4 codec-cfg.c,1.46,1.47 dll_init.c,1.35,1.36 mencoder.c,1.25,1.26
- Next message: [Mplayer-cvslog] CVS: main configure,1.244,1.245 mplayer.c,1.317,1.318 xWed Nov 14 16:37:03 2001
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list