blob: 12ea1b4b6029d6df2e251815da9463f820387a3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/audio_out/Makefile.am.patched 2003-12-07 14:59:19.466805328 -0600
+++ src/audio_out/Makefile.am 2003-12-07 14:59:43.083215088 -0600
@@ -6,9 +6,9 @@
libdir = $(XINE_PLUGINDIR)
-if HAVE_OSS
+#if HAVE_OSS
oss_module = xineplug_ao_out_oss.la
-endif
+#endif
if HAVE_ALSA
if HAVE_ALSA09
|