Date: Tue, 2 Oct 2007 19:05:54 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: "Jeremy Messenger" <mezz7@cox.net> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/transcode Makefile Message-ID: <200710021905.55831.jkim@FreeBSD.org> In-Reply-To: <op.tzlchfcz9aq2h7@mezz.mezzweb.com> References: <200710021724.l92HO7vE091561@repoman.freebsd.org> <200710021427.55128.jkim@FreeBSD.org> <op.tzlchfcz9aq2h7@mezz.mezzweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 02 October 2007 06:23 pm, Jeremy Messenger wrote: > On Tue, 02 Oct 2007 13:27:52 -0500, Jung-uk Kim <jkim@FreeBSD.org> wrote: > > On Tuesday 02 October 2007 01:24 pm, Jeremy Messenger wrote: > >> mezz 2007-10-02 17:24:07 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> multimedia/transcode Makefile > >> Log: > >> Fix the build when audio/oss is installed by force to search > >> for sys/soundcard.h in /usr/include first rather than oss's > >> header. > >> > >> Reported by: Adonis adonis <adonis77@gmail.com> > >> > >> Revision Changes Path > >> 1.97 +2 -3 ports/multimedia/transcode/Makefile > > > > FYI, I just committed fix for this in audio/oss: > > > > http://docs.freebsd.org/cgi/mid.cgi?200710021801.l92I1ra1093473 > > Thanks for let me know! You said, '-CURRENT has OSS v4 compatible > version but -STABLE does not.' Will there be a problem for -STABLE > if an application builds with FreeBSD's soundcard.h and use oss's > stuff in the runtime? Just wondering. If the application does the right thing (e.g., use proper ioctl to find API level and do its stuff depending on the API level), it won't have a problem (at least in theory). If it is does not (e.g., check API level at compile time and generate a different binary) AND sound(4) in -STABLE is loaded instead of OSS kernel modules, it MAY have a problem because it does not support some features in OSS v4. So, the chances are slim, I think. :-) Jung-uk Kim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710021905.55831.jkim>