mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
aaa93249af
- Remove USE_REINPLACE Submitted by: Dmitry Marakasov <amdmi3@mail.ru> PR: ports/92859
14 lines
268 B
C++
14 lines
268 B
C++
--- Loader.cxx.orig Mon Feb 6 13:45:24 2006
|
|
+++ Loader.cxx Mon Feb 6 13:45:04 2006
|
|
@@ -20,8 +20,10 @@
|
|
|
|
#include "Loader.hxx"
|
|
|
|
+extern "C" {
|
|
#include <png.h>
|
|
#include <jpeglib.h>
|
|
+}
|
|
|
|
void JpgLoader::Load(const std::string& filename,RGB& target,int x,int y)
|
|
{
|