Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: try to fix target for libvpx for i686 (3rd)
  • Loading branch information
perexg committed Mar 26, 2016
1 parent ccddfbe commit 81e0093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ffmpeg
Expand Up @@ -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
Expand Down

0 comments on commit 81e0093

Please sign in to comment.