From d24c1a8c049ead607933e84b3158a05caafe91f0 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Wed, 19 Feb 2014 00:09:54 -0800 Subject: disable opus, which is not available in Ubuntu 12.04 precise --- debian/README.debian | 12 ++++++------ debian/control | 3 ++- debian/rules | 2 +- 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) -- cgit v1.2.3