Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2003 12:40:17 -0700 (PDT)
From:      Ulrich Spoerlein <q@uni.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/51251: Avidemux port update to 0.9 Supersedes ports/51012 and ports/51220
Message-ID:  <200304271940.h3RJeH6E056450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/51251; it has been noted by GNATS.

From: Ulrich Spoerlein <q@uni.de>
To: Anish Mistry <amistry@am-productions.biz>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/51251: Avidemux port update to 0.9 Supersedes ports/51012 and ports/51220
Date: Sun, 27 Apr 2003 21:35:14 +0200

 Well, I don't know why, but after rebuilding _every_ library avidemux
 wants to link against and running ldconfig, it finally built.
 Nevertheless I had to remove an inclusion of stdint.h (not existant on
 -STABLE), but I don't know if it is required for -CURRENT, please test.
 
 
 --- avidemux/ADM_h263/ADM_mp4.cpp.orig	Sun Apr 27 21:07:08 2003
 +++ avidemux/ADM_h263/ADM_mp4.cpp	Sun Apr 27 21:07:16 2003
 @@ -14,7 +14,6 @@
   */
  #include <stdio.h>
  #include <stdlib.h>
 -#include <stdint.h>
  #include <string.h>
  #include <assert.h>
  #include <math.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304271940.h3RJeH6E056450>