[FFmpeg-devel] [PATCH] Document the preset files system

Stefano Sabatini stefano.sabatini-lala
Sun Sep 28 23:36:46 CEST 2008


Hi,
as in subject.

BTW, currently ffmpeg looks for preset files in these directories:

    const char *base[3]= { getenv("HOME"),
                           "/usr/local/share",
                           "/usr/share",
                         };

I think it would make sense to also look in $prefix/share/ffmpeg, for example
if I install in /opt/ then it should look in /opt/share/ffmpeg (this
will also require to export the prefix value in config.h).

Regards.
-- 
FFmpeg = Furious Free Mastering Pitiful Exploitable Guru
-------------- next part --------------
A non-text attachment was scrubbed...
Name: document-preset-00.patch
Type: text/x-diff
Size: 1705 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080928/c4c20fb9/attachment.patch>



More information about the ffmpeg-devel mailing list