summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-02-19 00:09:54 -0800
committerKevin Mitchell <kevmitch@gmail.com>2014-02-19 00:09:54 -0800
commitd24c1a8c049ead607933e84b3158a05caafe91f0 (patch)
treed631edd2fa7bb4375c84fd623e972cc104a664c7
parentd77684e6653a1dee84442c67b7b2ca91f9101443 (diff)
downloadmpv-build-d24c1a8c049ead607933e84b3158a05caafe91f0.tar.bz2
mpv-build-d24c1a8c049ead607933e84b3158a05caafe91f0.tar.xz
disable opus, which is not available in Ubuntu 12.04 precise
-rw-r--r--debian/README.debian12
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
3 files changed, 9 insertions, 8 deletions
diff --git a/debian/README.debian b/debian/README.debian
index 49eb194..432e2b7 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -35,12 +35,12 @@ alternative.
In order to maintain this interoperability between distributions, this
package must necessarily disable some features by default which are
not universally supported. This includes decoding with libmpg123 (as
-opposed to the decoders built into ffmpeg), sdl2 audio output, and
-Wayland video support (which may nevertheless still be enabled
-manually provided sufficiently recent libraries - see below). On the
-other hand, this package enables video4Linux and native samba support
-(to play smb:// URLs), which are not present in the official Debian
-package.
+opposed to the decoders built into ffmpeg), encoding/decoding with
+libopus, sdl2 audio output, and Wayland video support (which may
+nevertheless still be enabled manually provided sufficiently recent
+libraries - see below). On the other hand, this package enables
+video4Linux and native samba support (to play smb:// URLs), which are
+not present in the official Debian package.
There are several other features that are disabled in both this
package as well as the official Debian package because they are not
diff --git a/debian/control b/debian/control
index 577cabe..a596ebb 100644
--- a/debian/control
+++ b/debian/control
@@ -31,9 +31,10 @@ Build-Depends:
liblircclient-dev,
liblua5.1-0-dev,
libmp3lame-dev,
+# libmpg123-dev,
libncurses5-dev,
libncursesw5-dev,
- libopus-dev,
+# libopus-dev,
libpulse-dev,
libquvi-dev | libquvi-0.9-dev,
libschroedinger-dev,
diff --git a/debian/rules b/debian/rules
index b59686f..0c81b3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,6 @@ ffmpeg_config:
--enable-libgsm \
--enable-libmp3lame \
--enable-libopenjpeg \
- --enable-libopus \
--enable-libschroedinger \
--enable-libspeex \
--enable-libtheora \
@@ -48,6 +47,7 @@ ffmpeg_config:
--enable-libvpx \
--enable-libxvid \
--enable-libx264
+# --enable-libopus
ffmpeg_build: ffmpeg_config
scripts/ffmpeg-build $(MFLAGS)