diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2011-03-01 23:56:41 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2011-03-01 23:56:41 +0200 |
commit | 9f6b8e30d2a844c171a2237b6f5f29595c06ff49 (patch) | |
tree | 68eb29a23f0d012ca77a057f3dad0da9a5772fcd | |
parent | b27e4ca37126e95f806d92bb8a2e38c14965376e (diff) |
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.
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |