mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
18c6805255
morphing/warping program akin to xmorph, with some nice features, like MPEG video creation. PR: 14379 Submitted by: Tobias Reifenberger <treif@mayn.de>
20 lines
513 B
Plaintext
20 lines
513 B
Plaintext
--- xmrm_main.cc.orig Mon Mar 9 17:00:00 1998
|
|
+++ xmrm_main.cc Tue Mar 28 15:23:34 2000
|
|
@@ -6,7 +6,6 @@
|
|
#include <tiffio.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
-#include <malloc.h> //****************
|
|
#include "xmrm.h"
|
|
#include "io.h"
|
|
#include "const.h"
|
|
@@ -308,7 +307,7 @@
|
|
control.debug = 0;
|
|
|
|
/* Init control: */
|
|
- control.ControlClass(); // call constructor
|
|
+ control.ControlClassInit(); // call constructor
|
|
temp = control.URL_manual;
|
|
|
|
while( (c=getopt(argc, argv, "hdm:p:")) != -1)
|