Opened 12 years ago

Last modified 12 years ago

#1990 new defect

Update Of FFmpeg Source Should Not Be Unconditional

Reported by: ewilde@… Owned by: diego@…
Priority: normal Component: build system
Version: unspecified Severity: normal
Keywords: Cc: cehoyos
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

The home-grown configure script wants to download FFMpeg source regardless of what the user is trying to do with the script. It is the first step in the script, before anything else is done. For example:

./configure --help

Wants to download FFMpeg source. Even if you choose options that should not require the FFMpeg source, the script still tries to download it.

Downloading the FFMpeg source should only occur after the script determines that it actually needs the source.

Change History (1)

comment:1 by cehoyos, 12 years ago

Cc: cehoyos@… added
Summary: Download Of FFMpeg Source Should Not Be UnconditionalUpdate Of FFmpeg Source Should Not Be Unconditional
Note: See TracTickets for help on using tickets.