diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-31 15:10:26 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:19:55 +0200 |
commit | 171053d0b2df19cfc4f43dde7a2e1814380ca7d6 (patch) | |
tree | ffd8fecba4ecb03fb4af7cefcce7fdfd9713b461 /config/system-headers | |
parent | efd88ee9995dca701786cd13204d57899335f569 (diff) | |
download | UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.tar UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.tar.gz UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.tar.lz UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.tar.xz UXP-171053d0b2df19cfc4f43dde7a2e1814380ca7d6.zip |
Issue #1342 - Remove support for system linbpng
Diffstat (limited to 'config/system-headers')
-rw-r--r-- | config/system-headers | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/system-headers b/config/system-headers index a2d3b813d..9dd33bc76 100644 --- a/config/system-headers +++ b/config/system-headers @@ -1253,9 +1253,6 @@ soundtouch/SoundTouchFactory.h #if MOZ_LIBAV_FFT==1 libavcodec/avfft.h #endif -#if MOZ_SYSTEM_PNG==1 -png.h -#endif #if MOZ_SYSTEM_ZLIB==1 zlib.h #endif |