Change pbm to netpbm.
This commit is contained in:
parent
cdc73fc944
commit
42e34ac141
2
Makefile
2
Makefile
@ -30,7 +30,7 @@
|
||||
|
||||
CFLAGS = -Wall
|
||||
LDFLAGS =
|
||||
LDLIBS = -ltiff -ljpeg -lpbm -lz -lm
|
||||
LDLIBS = -ltiff -ljpeg -lnetpbm -lz -lm
|
||||
|
||||
ifdef DEBUG
|
||||
CFLAGS := $(CFLAGS) -g
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user