cvs commit: ports/multimedia/transcode Makefile

Jung-uk Kim jkim at FreeBSD.org
Tue Oct 2 16:30:58 PDT 2007


On Tuesday 02 October 2007 07:05 pm, Jung-uk Kim wrote:
> 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.

Sorry, I missed your actual question.  If FreeBSD's soundcard.h is 
used to compile the application and OSS kernel modules are loaded, it 
SHOULD work because OSS v4 is supposedly backward compatible with 
what we have in -STABLE to some extent, AFAIK.  FYI, SoC2006 OSSv4 
wiki page is still available from here:

http://wiki.freebsd.org/RyanBeasley/ioctlref

Jung-uk Kim


More information about the cvs-all mailing list