Opened 13 years ago
Last modified 13 years ago
#1990 new defect
Update Of FFmpeg Source Should Not Be Unconditional
Reported by: | Owned by: | ||
---|---|---|---|
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 , 13 years ago
Cc: | added |
---|---|
Summary: | Download Of FFMpeg Source Should Not Be Unconditional → Update Of FFmpeg Source Should Not Be Unconditional |
Note:
See TracTickets
for help on using tickets.
This is not easy to solve, see:
http://thread.gmane.org/gmane.comp.video.mplayer.user/66014/focus=66016