From: Jaroslav Kysela Date: Fri, 6 May 2016 13:55:06 +0000 (+0200) Subject: Makefile.ffmpeg: add --disable-spec for libtheora X-Git-Tag: v4.2.1~565 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=840e84b34659ad42a5b02af5c561ec41335769f7;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: add --disable-spec for libtheora --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 0d0623cb1..cc0991470 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -361,6 +361,7 @@ $(LIB_ROOT)/$(LIBTHEORA)/.tvh_build: \ CFLAGS="$(CFLAGS_PI)" $(CONFIGURE) \ --with-ogg=$(EPREFIX) \ --disable-examples \ + --disable-spec \ $(LIBTHEORA_HOST) DESTDIR=$(EBUILDIR) \ $(MAKE) -C $(LIB_ROOT)/$(LIBTHEORA) install