From aec9fbc2616025145fe13ad11b8e9f84655dd7fa Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 18 Jul 2013 18:32:33 +0200 Subject: README: fix rst formatting and github display --- README.rst | 11 +++++++---- 1 file 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.) -- cgit v1.2.3