mirror of https://github.com/mpv-player/mpv
configure: remove --ffmpeg-source-dir help output
As things currently are the --ffmpeg-source-dir option will cause a compilation failure. Maybe the video filters that depend on internal FFmpeg headers to work should be deleted completely; for now I'll remove the option from the help output as it can only confuse normal users.
This commit is contained in:
parent
b27e4ca371
commit
9f6b8e30d2
|
@ -499,7 +499,6 @@ Advanced options:
|
|||
--disable-sighandler disable sighandler for crashes [enable]
|
||||
--enable-crash-debug enable automatic gdb attach on crash [disable]
|
||||
--enable-dynamic-plugins enable dynamic A/V plugins [disable]
|
||||
--ffmpeg-source-dir=PATH enable features requiring internal FFmpeg headers
|
||||
|
||||
Use these options if autodetection fails:
|
||||
--extra-cflags=FLAGS extra CFLAGS
|
||||
|
|
Loading…
Reference in New Issue