[vlc-devel] commit: Fix access_oss linking. ( Rémi Duraffort )
git version control
git at videolan.org
Mon Nov 9 19:40:36 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Nov 9 19:40:27 2009 +0100| [77ed8c31d73fb3a0c8f6076b71eb4c71a7d138fb] | committer: Rémi Duraffort
Fix access_oss linking.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77ed8c31d73fb3a0c8f6076b71eb4c71a7d138fb
---
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4232168..5642a68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4131,7 +4131,8 @@ then
AC_CHECK_HEADERS([soundcard.h sys/soundcard.h], [
VLC_ADD_PLUGIN([oss])
VLC_ADD_PLUGIN([access_oss])
- AC_CHECK_LIB(ossaudio,main,[VLC_ADD_LIBS([oss],[-lossaudio])])
+ AC_CHECK_LIB(ossaudio,main,[VLC_ADD_LIBS([oss],[-lossaudio])
+ VLC_ADD_LIBS([access_oss],[-lossaudio])])
])
fi
More information about the vlc-devel
mailing list