Opened 8 years ago
Closed 8 years ago
#117 closed defect (wontfix)
libjpeg-devel should include jversion.h
Reported by: | abwillis | Owned by: | |
---|---|---|---|
Priority: | Feedback pending | Milestone: | |
Component: | *none | Version: | |
Severity: | medium | Keywords: | |
Cc: |
Description
libjpeg-devel should include jversion.h
It defines JVERSION for the version of libjpeg.
Change History (3)
comment:1 by , 8 years ago
Priority: | major → Feedack pending |
---|
comment:2 by , 8 years ago
OK, I was not expecting that, it only consists of two defines, JVERSION and JCOPYRIGHT both of which I would have thought they would have wanted distributed.
comment:3 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
jpeglib.h also includes the version number. So most apps use that. The other 2 defines are only for internal use.
Note:
See TracTickets
for help on using tickets.
this would be a upstream change, as the install process in the makefile clearly states that jversion.h is not for distribution.
So I really doubt we should change that.