2e97914e7f
cookies for me). Dependency improvements (x264 and doxygen) and whitespace cleanups from Brad. DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} trick pointed out by simon@ (tested with two builds using different WRKOBJDIRs). [kili@petunia:libquicktime]$ head -30 libquicktime.diff Unbreak after the x264 update (problem first noticed by naddy@, no cookies for me). Dependency improvements (x264 and doxygen) and whitespace cleanups from Brad. DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} trick pointed out by simon@ (tested with two builds using different WRKOBJDIRs). ok jasper
13 lines
452 B
Plaintext
13 lines
452 B
Plaintext
$OpenBSD: patch-utils_lqtplay_c,v 1.5 2009/04/29 21:22:14 kili Exp $
|
|
--- utils/lqtplay.c.orig Sat Aug 2 20:40:00 2008
|
|
+++ utils/lqtplay.c Thu Apr 16 21:55:32 2009
|
|
@@ -978,7 +978,7 @@ static void qt_init(FILE *fp, char *filename)
|
|
qt_hasaudio = 0;}
|
|
}
|
|
else {
|
|
- if (-1 == oss_init("/dev/dsp", qt_channels,
|
|
+ if (-1 == oss_init("/dev/audio", qt_channels,
|
|
qt_sample_rate))
|
|
qt_hasaudio = 0;
|
|
}
|