]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: create x264 dir for i386 dummy build
authorJaroslav Kysela <perex@perex.cz>
Mon, 13 Oct 2014 14:24:57 +0000 (16:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 13 Oct 2014 14:24:57 +0000 (16:24 +0200)
Makefile.ffmpeg

index 1d2db9133642cfdc096f772485b1f067d868d226..47dcc2f1570a7d259e644549160899b9d9d50817 100644 (file)
@@ -138,11 +138,10 @@ ifneq (,$(filter i386 i486 i586 i686 pentium,$(ARCH)))
 
 $(LIBAVDIR)/$(LIBX264)/.tvh_download:
        @echo "***** PLEASE FIX !!!! libx264 build for i386 *****"
+       @mkdir -p $(LIBAVDIR)/$(LIBX264)
        @touch $@
 
-$(LIBAVDIR)/$(LIBX264)/.tvh_build:
-       @echo "***** PLEASE FIX !!!! libx264 build for i386 *****"
-       @touch $@
+$(LIBAVDIR)/$(LIBX264)/.tvh_build: $(LIBAVDIR)/$(LIBX264)/.tvh_download
 
 else