From 2fef41086cc74d0276a2c8959dbfb1d1b79d2c19 Mon Sep 17 00:00:00 2001 From: torinthiel Date: Sun, 5 Nov 2006 15:11:04 +0000 Subject: Unify ./configure script handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20705 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/codecs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 29546f426d..6ba27c6b8e 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -102,7 +102,7 @@ codecs please visit the FFmpeg homepage. MPlayer contains libavcodec. -Just run configure and compile. +Just run ./configure and compile. @@ -310,7 +310,7 @@ default as it offers better speed. x264 support is easy. Just run the standard: ./configure && make && sudo make install - The configure script will autodetect that you have satisfied the + The ./configure script will autodetect that you have satisfied the requirements for x264. @@ -435,7 +435,7 @@ sometimes has problems with seeking, but it may perform better on FPU-less If you have a proper installation of libmad, -configure +./configure will notice and support for MPEG audio decoding via libmad will be built automatically. @@ -469,7 +469,7 @@ beta, so you do not need to get it separately. If you use gcc 3.2 which fails to compile our internal FAAD or want to use the external library for some other reason, download the library from the download page -and pass to configure. +and pass to ./configure. You do not need all of faad2 to decode AAC files, libfaad is enough. Build it like this: -- cgit v1.2.3