We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604f4d8 commit 6e17633Copy full SHA for 6e17633
mac/build.command
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
cd `dirname $0`
3
BLD_FLAGS="-std=gnu99 -Wno-write-strings -DGPAC_CONFIG_DARWIN -D_FILE_OFFSET_BITS=64 -DVERSION_FILE_PRESENT -Dfopen64=fopen -Dopen64=open -Dlseek64=lseek"
4
-BLD_INCLUDE="-I../src/ -I../src/lib_ccx -I../src/gpacmp4 -I../src/lib_hash -I../src/libpng -I../src/utf8proc -I../src/zlib -I../src/zvbi"
+BLD_INCLUDE="-I../src/ -I../src/lib_ccx -I../src/gpacmp4 -I../src/lib_hash -I../src/libpng -I../src/utf8proc -I../src/protobuf-c -I../src/zlib -I../src/zvbi"
5
SRC_CCX="$(find ../src/lib_ccx -name '*.c')"
6
SRC_GPAC="$(find ../src/gpacmp4 -name '*.c')"
7
SRC_LIB_HASH="$(find ../src/lib_hash -name '*.c')"
0 commit comments