]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: try to fix target for libvpx for i686 (3rd)
authorJaroslav Kysela <perex@perex.cz>
Sat, 26 Mar 2016 19:51:11 +0000 (20:51 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 26 Mar 2016 19:51:11 +0000 (20:51 +0100)
Makefile.ffmpeg

index 8e5f7494989b5a94e08e19bc530d3a5f1e4a96e7..9ead3b85e759308cb9dab97197fa6f32b1610f46 100644 (file)
@@ -21,7 +21,7 @@ include $(DIR)/.config.mk
 
 ifneq (,$(filter i386 i486 i586 i686 pentium,$(ARCH)))
 FFMPEG_HOST   := $(ARCH)-linux-gnu
-FFMPEG_TARGET := x86-linux-gnu
+FFMPEG_TARGET := x86-linux-gcc
 endif
 
 unexport CFLAGS