[vlc-commits] Use DSound only on desktop

Jean-Baptiste Kempf git at videolan.org
Mon May 16 14:19:18 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 16 14:19:05 2016 +0200| [b8b1a661cbddd9500ed10362a239722445768fda] | committer: Jean-Baptiste Kempf

Use DSound only on desktop

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8b1a661cbddd9500ed10362a239722445768fda
---

 modules/audio_output/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_output/Makefile.am b/modules/audio_output/Makefile.am
index 3c8591c..c5e0058 100644
--- a/modules/audio_output/Makefile.am
+++ b/modules/audio_output/Makefile.am
@@ -75,7 +75,7 @@ endif
 libdirectsound_plugin_la_SOURCES = audio_output/directsound.c \
 	audio_output/windows_audio_common.h
 libdirectsound_plugin_la_LIBADD = -lole32
-if HAVE_DIRECTX
+if HAVE_WIN32_DESKTOP
 aout_LTLIBRARIES += libdirectsound_plugin.la
 endif
 



More information about the vlc-commits mailing list