summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-01-29 19:24:25 -0800
committerKevin Mitchell <kevmitch@math.sfu.ca>2014-01-29 19:24:25 -0800
commitf72489f2b692760f91510b30210f79c35abaaaa0 (patch)
tree6d2d8a08d067681b713831a80c2c3b237bb8a9c8
parent162ab271b59198b2fd77adfd5090637808c04a52 (diff)
downloadmpv-build-f72489f2b692760f91510b30210f79c35abaaaa0.tar.bz2
mpv-build-f72489f2b692760f91510b30210f79c35abaaaa0.tar.xz
add notes about non-free codecs to README.debian
-rw-r--r--debian/README.debian9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/README.debian b/debian/README.debian
index b3e2ac3..d6292e5 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -4,3 +4,12 @@ mpv for Debian
You can build the package using 'debuild -uc -us -b -j<number of jobs>'.
-- Wessel Dankers <wsl@fruit.je>, Sun, 06 Jan 2013 13:44:11 +0100
+
+ libx264 and libmp3lame are already enabled. To enable
+ non-free codecs, install libfdk-aac-dev and add the options to the
+ mpv-build/ffmpeg_options file
+
+ echo --enable-libfdk-aac >> ffmpeg_options
+ echo --enable-nonfree >> ffmpeg_options
+
+-- Kevin Mitchell <kevmitch@gmail.com> Wed, 29 Jan 2014 19:21:44 -0800