summaryrefslogtreecommitdiff
path: root/multimedia/libtheora/patches/patch-aa
blob: 4104b23d131d471a00ac41a447969351b51decfa (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
37
38
39
$NetBSD: patch-aa,v 1.2 2005/10/12 21:59:42 wiz Exp $

--- configure.orig	2005-08-20 20:44:13.000000000 +0200
+++ configure
@@ -20102,6 +20102,8 @@ fi
 HAVE_SDL=no
 
 
+# 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"
@@ -20394,6 +20396,7 @@ echo "$as_me: WARNING: *** Unable to fin
 
 
   rm -f conf.sdltest
+fi
 
 
 HAVE_OSS=no
@@ -20401,6 +20404,8 @@ HAVE_OSS=no
 
 
 
+# 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`
@@ -20556,7 +20561,7 @@ if test x$HAVE_OSS != xyes; then
   { echo "$as_me:$LINENO: WARNING: OSS audio support not found -- not compiling player_example" >&5
 echo "$as_me: WARNING: OSS audio support not found -- not compiling player_example" >&2;}
 fi
-
+fi
 
 
 ac_enable_float=yes