Makefile.ffmpeg: add missing touch for i386 dummy build

This commit is contained in:
Jaroslav Kysela 2014-10-13 16:26:02 +02:00
parent ddeb0020c4
commit 04da474772

View file

@ -142,6 +142,7 @@ $(LIBAVDIR)/$(LIBX264)/.tvh_download:
@touch $@
$(LIBAVDIR)/$(LIBX264)/.tvh_build: $(LIBAVDIR)/$(LIBX264)/.tvh_download
@touch $@
else