From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 29 18:54:15 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE6B16A5A4 for ; Thu, 29 Jun 2006 18:54:15 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (chons.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5059544302 for ; Thu, 29 Jun 2006 18:19:09 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [10.1.3.8] (firewall.visualtech.com [208.16.19.254]) by b.mx.visualtech.com (Postfix) with ESMTP id 82F584ED9; Thu, 29 Jun 2006 14:19:08 -0400 (EDT) Message-ID: <44A41986.8050602@voicenet.com> Date: Thu, 29 Jun 2006 14:18:46 -0400 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.4 (X11/20060527) MIME-Version: 1.0 To: Jeremy Messenger References: <200606282250.k5SMoKrj010521@freefall.freebsd.org> <44A3A623.9090505@voicenet.com> <44A41271.303@voicenet.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: ports/86899: multimedia/mjpegtools - lavplay/glav claims "No video source!" X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 18:54:15 -0000 Jeremy Messenger wrote: > On Thu, 29 Jun 2006 12:48:33 -0500, Adam K Kirchhoff > wrote: > >> Jeremy Messenger wrote: >>> >>> Umm, how about you try to compile without that pentium4? That pentium4 >>> is pretty well known to break a few of apps. Try to do the 'make >>> patch' then hack in configure at around 27312 line and reinstall it. >>> >>> Change from: >>> ======================== >>> CFLAGS="$ARCHFLAGS $CFLAGS" >>> CXXFLAGS="$ARCHFLAGS $CXXFLAGS" >>> ======================== >>> >>> to: >>> ======================== >>> CFLAGS="$CFLAGS" >>> CXXFLAGS="$CXXFLAGS" >>> ======================== >>> >>> If it does solve your problem, then I shall add a patch to remove that >>> cpuinfo.sh stuff. >>> >>> >> >> No luck, but I wasn't really expecting it to work. I've experienced >> this problem on both a dual P3 and an AthlonXP, in addition to this >> machine. > > Strange. Do your other machines have gtk enable? Only thing that > difference from your and mine is that I don't enable gtk stuff. Did > you tweak any option in aviplay? I don't know if your avi needs > aviplay, but asking in case. > I can't get access to them at the moment, but I'm relatively sure they did have gtk enabled. When building mjpegtools, or any other port, for that matter, I have not enabled any options, just used the default. Also, it would appear that mjpegtools is enabling gtk support on your machine as well, at least according to your "make configure" output: configure: - Gtk+ support for glav : true As for needing avifile... I don't think it should be needed for these files... They are avi files using the mjpeg codec, which mjpegtools supports in software without any extra software. Adam