[FFmpeg-devel] [PATCH] Don't install libx264 presets unnecessarily
Luca Barbato
lu_zero
Mon Oct 4 14:54:41 CEST 2010
On 10/2/10 8:23 AM, Felipe Contreras wrote:
> Signed-off-by: Felipe Contreras<felipe.contreras at gmail.com>
> ---
> Makefile | 7 ++++++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index b81b655..971b1f5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -33,7 +33,9 @@ FFLIBS-$(CONFIG_AVCORE) += avcore
>
> FFLIBS := avutil
>
> +ifdef CONFIG_LIBX264_ENCODER
> DATA_FILES := $(wildcard $(SRC_DIR)/ffpresets/*.ffpreset)
> +endif
maybe would be better filter out just libx264-*.ffpreset not that this
matters now since we have ffpresets just for libx264.
lu
More information about the ffmpeg-devel
mailing list