Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
transcoding: disable swscale and avfilter support in libx264 - it see…
…ms the way I implemented it broke parallel building :( (might be worth investigating why later)
  • Loading branch information
lekma authored and perexg committed Mar 28, 2016
1 parent 4233d35 commit ff43bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.ffmpeg
Expand Up @@ -175,6 +175,8 @@ $(LIB_ROOT)/$(LIBX264)/.tvh_build: \
$(LIB_ROOT)/$(YASM)/.tvh_build \
$(LIB_ROOT)/$(LIBX264)/.tvh_download
cd $(LIB_ROOT)/$(LIBX264) && $(CONFIGURE) \
--disable-swscale \
--disable-lavf \
--disable-avs \
--disable-ffms \
--disable-gpac \
Expand Down

0 comments on commit ff43bbc

Please sign in to comment.