Do not include pngtest in static png library.
Because it contains main function and creates unnecessary problems when experimenting with linking ~everything into one object. It's not mentioned in its tarball's Makefile.in with all the other source files and is not needed. Change-Id: Id8975679db6931c0105fbbaac742582e08ad0f2d
This commit is contained in:
1
external/libpng/StaticLibrary_png.mk
vendored
1
external/libpng/StaticLibrary_png.mk
vendored
@@ -28,7 +28,6 @@ $(eval $(call gb_StaticLibrary_add_generated_cobjects,png,\
|
||||
UnpackedTarball/png/pngrtran \
|
||||
UnpackedTarball/png/pngrutil \
|
||||
UnpackedTarball/png/pngset \
|
||||
UnpackedTarball/png/pngtest \
|
||||
UnpackedTarball/png/pngtrans \
|
||||
UnpackedTarball/png/pngwio \
|
||||
UnpackedTarball/png/pngwrite \
|
||||
|
Reference in New Issue
Block a user