[MPlayer-cvslog] CVS: main get_path.c,1.11,1.12

Aurelien Jacobs aurel at gnuage.org
Tue Nov 8 13:03:58 CET 2005


On Tue, 8 Nov 2005 12:46:39 +0100
Diego Biurrun <diego at biurrun.de> wrote:

> On Tue, Nov 01, 2005 at 08:27:16PM +0200, Ivo wrote:
> > On Monday 31 October 2005 19:11, Diego Biurrun wrote:
> > > What environment variables do we honor?  I only know DVDCSS_CACHE,
> > > MPLAYER_HOME.  Hints welcome.
> > 
> > I was curious, so I grepped the whole source tree :) there's more than these 
> > two and LADSPA_PATH:
> > 
> > HOME
> 
> This one is different from MPLAYER_HOME?
> 
> > DISPLAY
> > CHARSET
> > AUDIOSERVER
> > AUDIODEV
> > AO_SUN_DISABLE_SAMPLE_TIMING
> > AUDIO_FLIP_LEFT
> > XANIM_MOD_DIR
> > LOGNAME
> > DVDCSS_METHOD
> > DVDCSS_VERBOSE
> > DVDREAD_NOKEYS
> > DVDCSS_RAW_DEVICE
> > FRAMEBUFFER
> > TERM
> > VIDIX_CRT
> > 
> > libavformat:
> > 
> > BKTR_DEV
> > BKTR_FORMAT
> > BKTR_FREQUENCY
> > http_proxy
> > no_proxy
> > 
> > HTH :-)))
> 
> Helps enormously, thanks.  How did you find them, i.e. what did you grep
> for?

You can get most of them with :
grep -r getenv * | sed -n 's/.*getenv *( *\"\(.*\)\" *).*/\1/p' | sort | uniq

Aurel




More information about the MPlayer-cvslog mailing list