@@ -95,10 +95,6 @@ ccextractor_SOURCES = \
9595 ../src/lib_ccx/ccx_gxf.c \
9696 ../src/lib_ccx/ccx_gxf.h \
9797 ../src/lib_ccx/ccx_mp4.h \
98- ../src/lib_ccx/ccx_share.c \
99- ../src/lib_ccx/ccx_share.h \
100- ../src/lib_ccx/ccx_sub_entry_message.pb-c.c \
101- ../src/lib_ccx/ccx_sub_entry_message.pb-c.h \
10298 ../src/lib_ccx/compile_info.h \
10399 ../src/lib_ccx/compile_info_real.h \
104100 ../src/lib_ccx/configuration.c \
@@ -178,8 +174,6 @@ ccextractor_SOURCES = \
178174 ../src/thirdparty/utf8proc/utf8proc.h \
179175 ../src/thirdparty/lib_hash/sha2.c \
180176 ../src/thirdparty/lib_hash/sha2.h \
181- ../src/thirdparty/protobuf-c/protobuf-c.c \
182- ../src/thirdparty/protobuf-c/protobuf-c.h \
183177 ../src/lib_ccx/zvbi/bcd.h \
184178 ../src/lib_ccx/zvbi/bit_slicer.c \
185179 ../src/lib_ccx/zvbi/bit_slicer.h \
@@ -247,7 +241,7 @@ ccextractor_CFLAGS = -std=gnu99 -Wno-write-strings -Wno-pointer-sign -D_FILE_OFF
247241ccextractor_LDFLAGS = $(shell pkg-config --libs gpac)
248242GPAC_CPPFLAGS = $(shell pkg-config --cflags gpac)
249243
250- ccextractor_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/
244+ ccextractor_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 -I../src/ -I../src/thirdparty/freetype/include/
251245ccextractor_CPPFLAGS += $(GPAC_CPPFLAGS )
252246ccextractor_CPPFLAGS += $(FFMPEG_CPPFLAGS )
253247
0 commit comments