Skip to content

Commit

Permalink
Merge pull request HandBrake#253 from Rodeo314/pthreadd
Browse files Browse the repository at this point in the history
contrib: fix PTHREADW32 dependency condition for libav.
  • Loading branch information
bradleysepos authored Jul 7, 2016
2 parents 2e788a5 + ec64836 commit c460cdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/ffmpeg/module.defs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
__deps__ := YASM BZIP2 ZLIB FDKAAC LIBVPX LAME
ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
__deps__ += PTHREADW32
endif
ifeq (1,$(FEATURE.qsv))
__deps__ += PTHREADW32 LIBMFX
__deps__ += LIBMFX
endif

$(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,$(__deps__)))
Expand Down

0 comments on commit c460cdf

Please sign in to comment.