Commit 77ed8c31 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix access_oss linking.

parent 6041d1db
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment