quakeforge/libs/image
Bill Currie 9fbff2f4d5 Do an audit of the Makefile.am files.
o All instances of LIBADD/LDADD have a corresponding DEPENDENCIES
    specificatiion.
  o libraries now use a lib_ldflags macro to keep things consistent
  o duplication of source/lib names has been minimized (particularly in
    the libraries; more work needs to be done for the executables)
  o automake spec blocks have been organized (again, more work needs to be
    done for the executables)
2012-02-07 16:04:19 +09:00
..
Makefile.am Do an audit of the Makefile.am files. 2012-02-07 16:04:19 +09:00
image.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
pcx.c Correctly detect going past the end of the pcx data. 2011-12-29 11:27:54 +09:00
png.c Fix a prototype/definition mismatch. 2012-02-05 14:27:48 +09:00
tga.c QFimage: Don't use qfs_filesize when loading images 2011-01-09 01:36:40 -05:00