mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-11 03:32:39 +00:00
configure: remove --source-path option
This option does not work, and the implied functionality is at best pointless. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
b2592ea42c
commit
dc435c4e9d
2
configure
vendored
2
configure
vendored
@ -191,7 +191,6 @@ External library support:
|
|||||||
--enable-zlib enable zlib [autodetect]
|
--enable-zlib enable zlib [autodetect]
|
||||||
|
|
||||||
Advanced options (experts only):
|
Advanced options (experts only):
|
||||||
--source-path=PATH path to source code [$source_path]
|
|
||||||
--cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
|
--cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix]
|
||||||
--enable-cross-compile assume a cross-compiler is used
|
--enable-cross-compile assume a cross-compiler is used
|
||||||
--sysroot=PATH root of cross-build tree
|
--sysroot=PATH root of cross-build tree
|
||||||
@ -1184,7 +1183,6 @@ CMDLINE_SET="
|
|||||||
nm
|
nm
|
||||||
pkg_config
|
pkg_config
|
||||||
samples
|
samples
|
||||||
source_path
|
|
||||||
sysinclude
|
sysinclude
|
||||||
sysroot
|
sysroot
|
||||||
target_exec
|
target_exec
|
||||||
|
Loading…
Reference in New Issue
Block a user