[FFmpeg-devel] [PATCH] Install preset files from ffpresets/ to ${prefix}/share/ffmpeg

Diego Biurrun diego
Sat Jan 24 17:58:21 CET 2009


On Sat, Jan 24, 2009 at 04:48:12PM +0000, M?ns Rullg?rd wrote:
> 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...
> >> 
> >> --- 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?

Right, good point.

Diego




More information about the ffmpeg-devel mailing list