ogle-0.9.0 on hpux 11.00 questions
"Gansser, Martin" <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <78224A6821F87A4D8023B133E5B1140B40CA6C@srvmxellwangen2.ratc-de.com> |
> I have some questions/remarks about the patches. > In the check for OSS, hpux should only be in one of the cases. > either this > + *-linux*|*-openbsd*|*-freebsd*|*-bsdi*|*-hpux*) > or this > + *-hpux*) > + AC_CHECK_LIB([OSSlib],[OSS_init], > + [LIBOGLEAO_LIBS="$LIBOGLEAO_LIBS -lOSSlib" > + AC_DEFINE([LIBOGLEAO_OSS],,[libogleao OSS audio support]) > + BUILD_AUDIO_OSS=1 > + DEFAULT_AUDIO_DRIVER="oss" > + DEFAULT_AUDIO_DEVICE="/dev/dsp"]) > + ;; > which one should it be? > As it is now, only the first will be used. > Should it be the same type of check as we do for solaris? > In that case it should be added to the solaris case > *-sun-solaris*|*-hpux*) > /Björn the second case: *-sun-solaris*|*-hpux*) thanks Martin