From e5e62fd2d9b9531b7b43eae0c4c4db7c9a68aeef Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Thu, 25 Aug 2016 15:57:33 -0700 Subject: [PATCH] Added protobuf-c to build --- linux/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux/build b/linux/build index 0a3069ef..536609ba 100755 --- a/linux/build +++ b/linux/build @@ -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