[FFmpeg-devel] [PATCH] Install preset files from ffpresets/ to ${prefix}/share/ffmpeg
Måns Rullgård
mans
Sat Jan 24 17:48:12 CET 2009
Diego Biurrun <diego at biurrun.de> writes:
> On Sat, Jan 24, 2009 at 04:04:36PM +0000, Robert Swain wrote:
>> 2009/1/24 Robert Swain <robert.swain at gmail.com>:
>> > Please find attached a patch to install the preset files, that reside
>> > in the ffpresets subdirectory of trunk, to ${prefix}/share/ffmpeg.
>>
>> Oops, I meant to attach this patch...
>>
>> --- configure (revision 16713)
>> +++ configure (working copy)
>> @@ -914,6 +915,7 @@
>> incdir
>> libdir
>> mandir
>> + datadir
>> prefix
>> shlibdir
>> '
>> @@ -1111,6 +1113,7 @@
>> incdir_default='${prefix}/include'
>> libdir_default='${prefix}/lib'
>> mandir_default='${prefix}/share/man'
>> +datadir_default='${prefix}/share/ffmpeg'
>> shlibdir_default="$libdir_default"
>
> To order I call ye!
>
>> --- Makefile (revision 16713)
>> +++ Makefile (working copy)
>> @@ -24,6 +24,8 @@
>>
>> +DATA_FILES := $(wildcard $(SRC_DIR)/ffpresets/*.ffpreset)
>
> I think the .ffpreset is redundant.
And include any old junk that directory happens to contain, such as *~
files?
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list