FS-8867: build using in tree libyuv to match required version and not impact system ones that are never sufficient version

This commit is contained in:
Michael Jerris
2016-02-24 16:52:40 -05:00
parent ed78d38994
commit 44da905b4f
9 changed files with 37 additions and 81 deletions
-10
View File
@@ -1,7 +1,6 @@
include $(top_srcdir)/build/modmake.rulesam
MODNAME=mod_openh264
if HAVE_YUV
if HAVE_VPX
OPENH264_DIR=/usr/local/
@@ -18,12 +17,3 @@ all: error
error:
$(error You must install libvpx2-dev to build mod_openh264)
endif
else
install: error
all: error
error:
$(error You must install libyuv-dev to build mod_openh264)
endif