Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Abhinav Shukla 2016-08-25 16:00:47 -07:00
commit 2c4ae3ea42

View File

@ -7,7 +7,9 @@ SRC_ZVBI="$(find ../src/zvbi/ -name '*.c')"
SRC_CCX="$(find ../src/lib_ccx/ -name '*.c')"
SRC_GPAC="$(find ../src/gpacmp4/ -name '*.c')"
SRC_HASH="$(find ../src/lib_hash/ -name '*.c')"
BLD_SOURCES="../src/ccextractor.c $SRC_CCX $SRC_GPAC $SRC_ZLIB $SRC_ZVBI $SRC_LIBPNG $SRC_HASH"
SRC_PROTOBUF="$(find ../src/protobuf-c/ -name '*.c')"
protobuf-c
BLD_SOURCES="../src/ccextractor.c $SRC_CCX $SRC_GPAC $SRC_ZLIB $SRC_ZVBI $SRC_LIBPNG $SRC_HASH SRC_PROTOBUF"
BLD_LINKER="-lm -zmuldefs -l tesseract -l lept"
./pre-build.sh