diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-14 22:14:19 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-14 22:14:19 +0000 |
commit | c5bfa1c138353c312a095c73bda893cef2b29a6f (patch) | |
tree | bea46bb3f03c94ea91e811098f69e261d7a7918a | |
parent | b7e2f52fbaa3028448e89bde8692fe45b7492a2c (diff) |
XANIM_MOD_DIR can be used for XAnim codecs' path specifying
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4705 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/Hungarian/codecs.html | 4 | ||||
-rw-r--r-- | DOCS/codecs.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/Hungarian/codecs.html b/DOCS/Hungarian/codecs.html index b4503ccfe7..396e26f5fc 100644 --- a/DOCS/Hungarian/codecs.html +++ b/DOCS/Hungarian/codecs.html @@ -166,7 +166,9 @@ Nagyon könnyű bekapcsolni őket:</P> <LI>a <CODE>--with-xanimlibdir</CODE> opcióval mondd meg a configure-nak hogy hol vannak az xanim codec-ek. Alapállapotban a <CODE>/</CODE> - könyvtárban keresi őket (...) .</LI> + könyvtárban keresi őket (...) . Egy másik megoldás ha a <I>XANIM_MOD_DIR</I> + környezeti változót beállítod arra a könyvtárra ahol az XAnime codec-ek + találhatók.</LI> <LI>nevezd át a codeceket, hogy így nézzenek ki : <CODE>vid_cvid.xa, vid_h263.xa, vid_iv50.xa</CODE></LI> diff --git a/DOCS/codecs.html b/DOCS/codecs.html index e2f0e7e01c..63225d18bb 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -163,7 +163,9 @@ easy to enable them:</P> isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI> <LI>use the <CODE>--with-xanimlibdir</CODE> option to tell configure where - it can find the xanim codecs. By default, it checks them at <CODE>/</CODE> (...) .</LI> + it can find the xanim codecs. By default, it checks them at <CODE>/</CODE> (...) . + Alternatively you can set the environment variable <I>XANIM_MOD_DIR</I> to + the dir of the XAnim codecs.</LI> <LI>rename the filenames by cutting out the architecture stuff, so they will have filenames like these : <CODE>vid_cvid.xa, vid_h263.xa, vid_iv50.xa</CODE> |