diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-09-25 11:27:15 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-09-25 11:27:15 +0300 |
commit | 55f7076f7c472ed9189814416672374edc598da9 (patch) | |
tree | f557b9f9b69f6143ba6195a5204281d46784fe7f | |
parent | 1e95b6774bede1a92e71f77998b2b05ea66d60ca (diff) | |
download | ffmpeg-55f7076f7c472ed9189814416672374edc598da9.tar.gz |
Do not enable libopenmpt on Dyson
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8a1191f..3c1eebb 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,6 @@ CONFIG := --prefix=/usr \ --enable-libgsm \ --enable-libmp3lame \ --enable-libopenjpeg \ - --enable-libopenmpt \ --enable-libopus \ --enable-libpulse \ --enable-librubberband \ @@ -180,6 +179,9 @@ endif ifeq (,$(filter $(DEB_HOST_ARCH),illumos-amd64)) CONFIG += --toolchain=hardened endif +ifneq ($(DEB_HOST_ARCH),illumos-amd64) + CONFIG += --enable-libopenmpt +endif # Set cross-build prefix for compiler, pkg-config... # Cross-building also requires to manually set architecture/OS. |