diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-11 09:23:20 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-11 09:23:20 +0000 |
commit | 821915582972524bb30876dc6f2667bd6c547994 (patch) | |
tree | 721e762a7388388a48e33cf443ef177fddab3366 | |
parent | 0a60c74c5b3d6780116681b2f84e583651c9149a (diff) |
Mention that individual codec and parser en-/disabling is FFmpeg-specific.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19011 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -295,10 +295,10 @@ Codecs: --disable-amr_nb disable amr narrowband, floating point [autodetect] --disable-amr_nb-fixed disable amr narrowband, fixed point [autodetect] --disable-amr_wb disable amr wideband, floating point [autodetect] - --disable-codec=CODEC disable specified codec - --enable-codec=CODEC enable specified codec - --disable-parser=PARSER disable specified parser - --enable-parser=PARSER enable specified parser + --disable-codec=CODEC disable specified FFmpeg codec + --enable-codec=CODEC enable specified FFmpeg codec + --disable-parser=PARSER disable specified FFmpeg parser + --enable-parser=PARSER enable specified FFmpeg parser Video output: --disable-vidix-internal disable internal VIDIX [for x86 *nix] |