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