]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
transcoding: disable swscale and avfilter support in libx264 - it seems the way I...
authorlekma <lekmalek@gmail.com>
Mon, 28 Mar 2016 07:49:25 +0000 (09:49 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 28 Mar 2016 10:54:13 +0000 (12:54 +0200)
Makefile.ffmpeg

index cd224dfdf148d283872c26070900eb29317c4ca4..d387eb66547de31d015a0afa8357c266629dc2a8 100644 (file)
@@ -175,6 +175,8 @@ $(LIB_ROOT)/$(LIBX264)/.tvh_build: \
                $(LIB_ROOT)/$(YASM)/.tvh_build \
                $(LIB_ROOT)/$(LIBX264)/.tvh_download
        cd $(LIB_ROOT)/$(LIBX264) && $(CONFIGURE) \
+               --disable-swscale \
+               --disable-lavf \
                --disable-avs \
                --disable-ffms \
                --disable-gpac \