summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-18 18:32:33 +0200
committerwm4 <wm4@nowhere>2013-07-18 18:32:33 +0200
commitaec9fbc2616025145fe13ad11b8e9f84655dd7fa (patch)
tree58269926b8d61e17a19038651604b7f9b6ff3749
parentc5d7ef235a90aa90b52bc668d6c16acc91851460 (diff)
downloadmpv-build-aec9fbc2616025145fe13ad11b8e9f84655dd7fa.tar.bz2
mpv-build-aec9fbc2616025145fe13ad11b8e9f84655dd7fa.tar.xz
README: fix rst formatting and github display
-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.)