summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index e2039ba..30da11f 100644
--- a/README.rst
+++ b/README.rst
@@ -81,10 +81,13 @@ if the dependencies are not available.)
You can put additional ffmpeg configure flags into ffmpeg_options. For
example, to enable some dependencies needed for encoding:
-echo --enable-libx264 >> ffmpeg_options
-echo --enable-libmp3lame >> ffmpeg_options
-echo --enable-libfdk-aac >> ffmpeg_options
-echo --enable-nonfree >> ffmpeg_options
+ echo --enable-libx264 >> ffmpeg_options
+
+ echo --enable-libmp3lame >> ffmpeg_options
+
+ echo --enable-libfdk-aac >> ffmpeg_options
+
+ echo --enable-nonfree >> ffmpeg_options
(Do this in the mpv-build toplevel directory, the same that contains
the Makefile and this readme file.)