summaryrefslogtreecommitdiff
path: root/multimedia/libtheora/patches/patch-aa
blob: 98fbd4f65b085962be44be9b52d1a28362563263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$NetBSD: patch-aa,v 1.1.1.1 2004/04/06 13:47:43 jmmv Exp $

--- configure.orig	2004-03-20 06:43:31.000000000 +0100
+++ configure
@@ -19426,6 +19426,8 @@ fi
 
 
 
+# SDL is only used for the sample player; disable it.
+if false; then
 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
 if test "${with_sdl_prefix+set}" = set; then
   withval="$with_sdl_prefix"
@@ -19718,11 +19720,14 @@ echo "$as_me: WARNING: *** Unable to fin
 
 
   rm -f conf.sdltest
+fi
 
 
 
 
 
+# OSS is only used by the sample player; disable it.
+if false; then
 for ac_header in sys/soundcard.h soundcard.h machine/soundcard.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -19876,6 +19881,7 @@ echo "$as_me: WARNING: OSS audio support
 fi
 
 done
+fi
 
 
 if test x$HAVE_SDL = xyes -a x$HAVE_OSS = xyes; then