diff options
Diffstat (limited to 'pkg/linux/debian/rules.saucy')
-rwxr-xr-x | pkg/linux/debian/rules.saucy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/rules.saucy b/pkg/linux/debian/rules.saucy index 2545b4de6..76b1490cc 100755 --- a/pkg/linux/debian/rules.saucy +++ b/pkg/linux/debian/rules.saucy @@ -26,7 +26,7 @@ FORCEVERSION = $(BUILDDIR)/GNUmakefile: $(CONFIGURE) dh_testdir - unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --enable-local-yasm --disable-gtk-update-checks --prefix=/usr + unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --enable-local-yasm --disable-gtk-update-checks --disable-libmkv --disable-mp4v2 --prefix=/usr build: $(BUILDDIR)/GNUmakefile dh_testdir |