You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: Add option to disable all command line programs
This commit is contained in:
10
configure
vendored
10
configure
vendored
@@ -101,12 +101,15 @@ Configuration options:
|
|||||||
--enable-gray enable full grayscale support (slower color)
|
--enable-gray enable full grayscale support (slower color)
|
||||||
--disable-swscale-alpha disable alpha channel support in swscale
|
--disable-swscale-alpha disable alpha channel support in swscale
|
||||||
|
|
||||||
Component options:
|
Program options:
|
||||||
--disable-doc do not build documentation
|
--disable-programs do not build command line programs
|
||||||
--disable-avconv disable avconv build
|
--disable-avconv disable avconv build
|
||||||
--disable-avplay disable avplay build
|
--disable-avplay disable avplay build
|
||||||
--disable-avprobe disable avprobe build
|
--disable-avprobe disable avprobe build
|
||||||
--disable-avserver disable avserver build
|
--disable-avserver disable avserver build
|
||||||
|
|
||||||
|
Component options:
|
||||||
|
--disable-doc do not build documentation
|
||||||
--disable-avdevice disable libavdevice build
|
--disable-avdevice disable libavdevice build
|
||||||
--disable-avcodec disable libavcodec build
|
--disable-avcodec disable libavcodec build
|
||||||
--disable-avformat disable libavformat build
|
--disable-avformat disable libavformat build
|
||||||
@@ -1945,6 +1948,9 @@ for opt do
|
|||||||
;;
|
;;
|
||||||
--enable-debug=*) debuglevel="$optval"
|
--enable-debug=*) debuglevel="$optval"
|
||||||
;;
|
;;
|
||||||
|
--disable-programs)
|
||||||
|
disable $PROGRAM_LIST
|
||||||
|
;;
|
||||||
--disable-everything)
|
--disable-everything)
|
||||||
map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
|
map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user