Commit 61d7897 1 parent 6efc8df commit 61d7897 Copy full SHA for 61d7897
File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -345,10 +345,6 @@ else()
345
345
set (OPTIONS "${OPTIONS} --disable-lzma" )
346
346
endif ()
347
347
348
- if ("libpng" IN_LIST FEATURES)
349
- set (OPTIONS "${OPTIONS} --enable-decoder=png --enable-encoder=png" )
350
- endif ()
351
-
352
348
if ("mp3lame" IN_LIST FEATURES)
353
349
set (OPTIONS "${OPTIONS} --enable-libmp3lame" )
354
350
else ()
Original file line number Diff line number Diff line change 41
41
" bzip2" ,
42
42
" freetype" ,
43
43
" iconv" ,
44
- " libpng" ,
45
44
" lzma" ,
46
45
" mp3lame" ,
47
46
" openjpeg" ,
443
442
" libilbc"
444
443
]
445
444
},
446
- "libpng" : {
447
- "description" : " PNG de/encoding via libpng" ,
448
- "dependencies" : [
449
- {
450
- "name" : " ffmpeg" ,
451
- "default-features" : false ,
452
- "features" : [
453
- " zlib"
454
- ]
455
- },
456
- " libpng"
457
- ]
458
- },
459
445
"lzma" : {
460
446
"description" : " lzma support" ,
461
447
"dependencies" : [
You can’t perform that action at this time.
0 commit comments