1
0
mirror of synced 2026-01-12 00:02:50 +00:00

Change pbm to netpbm.

This commit is contained in:
Eric Smith 2016-06-23 19:55:22 -06:00
parent cdc73fc944
commit 42e34ac141
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
CFLAGS = -Wall
LDFLAGS =
LDLIBS = -ltiff -ljpeg -lpbm -lz -lm
LDLIBS = -ltiff -ljpeg -lnetpbm -lz -lm
ifdef DEBUG
CFLAGS := $(CFLAGS) -g

View File

@ -27,7 +27,7 @@
#include <stdlib.h>
#include <strings.h> /* strcasecmp() is a BSDism */
#include <pbm.h>
#include <netpbm/pbm.h>
/*
* pbm_readpbmrow_packed always uses big-endian bit ordering.
* On little-endian processors (such as the x86), we want little-endian