]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: disable cli for libx264
authorJaroslav Kysela <perex@perex.cz>
Tue, 3 May 2016 14:14:42 +0000 (16:14 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 3 May 2016 14:14:42 +0000 (16:14 +0200)
Makefile.ffmpeg

index ccd10a8d8d08b8aeeb9dc959c38e57f40342cc98..4eb0cc6e97d4ebe0853912914db7ca765c915eb1 100644 (file)
@@ -178,6 +178,7 @@ $(LIB_ROOT)/$(LIBX264)/.tvh_build: \
        cd $(LIB_ROOT)/$(LIBX264) && $(CONFIGURE) \
                --extra-asflags="-DPIC" \
                 --extra-cflags="-fPIE" \
+               --disable-cli \
                --disable-swscale \
                --disable-lavf \
                --disable-avs \