File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ endif
245245ccextractor_CFLAGS = -std=gnu99 -Wno-write-strings -Wno-pointer-sign -D_FILE_OFFSET_BITS=64 -DVERSION_FILE_PRESENT -DFT2_BUILD_LIBRARY -DGPAC_DISABLE_VTT -DGPAC_DISABLE_OD_DUMP -DGPAC_DISABLE_REMOTERY -DNO_GZIP
246246
247247ccextractor_LDFLAGS = $(shell pkg-config --libs gpac)
248+ ccextractor_LDFLAGS += -framework CoreFoundation
248249GPAC_CPPFLAGS = $(shell pkg-config --cflags gpac)
249250
250251ccextractor_CPPFLAGS =-I../src/lib_ccx/ -I../src/thirdparty/libpng/ -I../src/thirdparty/zlib/ -I../src/lib_ccx/zvbi/ -I../src/thirdparty/lib_hash/ -I../src/thirdparty/protobuf-c/ -I../src/thirdparty -I../src/ -I../src/thirdparty/freetype/include/
@@ -308,7 +309,6 @@ endif
308309
309310if WITH_RUST
310311ccextractor_LDADD += ./rust/@RUST_TARGET_SUBDIR@/libccx_rust.a
311- ccextractor_LDADD += -framework CoreFoundation
312312else
313313ccextractor_CFLAGS += -DDISABLE_RUST
314314ccextractor_CPPFLAGS += -DDISABLE_RUST
You can’t perform that action at this time.
0 commit comments