mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
makefiles: prune get_disto & webp_quality deps
remove libimagedec from webp_quality, only the webp headers are inspected. libwebpextras isn't needed by get_disto. Change-Id: Ib85f97e2c4a9edd97392fd20ef294d1ccc76dda5
This commit is contained in:
@ -4,8 +4,7 @@
|
||||
// the bucket it's in (q > 80? > 50? > 20?) and not take it for face value.
|
||||
/*
|
||||
gcc -o webp_quality webp_quality.c -O3 -I../ -L. -L../imageio \
|
||||
-lexample_util -limagedec -lwebpextras -lwebp -L/opt/local/lib \
|
||||
-lpng -lz -ljpeg -ltiff -lm -lpthread
|
||||
-limageio_util -lwebpextras -lwebp -lm -lpthread
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user