Commit b5615ec0 authored by Antoine Cellerier's avatar Antoine Cellerier

Split Alsa access module from v4l2.

parent 50ddca67
...@@ -4642,6 +4642,8 @@ then ...@@ -4642,6 +4642,8 @@ then
AC_DEFINE(HAVE_ALSA_NEW_API, 1, Define if ALSA is at least rc4)) AC_DEFINE(HAVE_ALSA_NEW_API, 1, Define if ALSA is at least rc4))
VLC_ADD_PLUGIN([alsa]) VLC_ADD_PLUGIN([alsa])
VLC_ADD_LIBS([alsa],[-lasound -lm -ldl]) VLC_ADD_LIBS([alsa],[-lasound -lm -ldl])
VLC_ADD_PLUGIN([access_alsa])
VLC_ADD_LIBS([access_alsa],[-lasound -lm -ldl])
else else
if test "${enable_alsa}" = "yes"; then if test "${enable_alsa}" = "yes"; then
AC_MSG_ERROR([Could not find ALSA development headers]) AC_MSG_ERROR([Could not find ALSA development headers])
......
...@@ -37,6 +37,7 @@ SOURCES_cdda = \ ...@@ -37,6 +37,7 @@ SOURCES_cdda = \
vcd/cdrom_internals.h \ vcd/cdrom_internals.h \
$(NULL) $(NULL)
SOURCES_access_jack = jack.c SOURCES_access_jack = jack.c
SOURCES_access_alsa = alsa.c
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
libaccess_file_plugin.la \ libaccess_file_plugin.la \
......
This diff is collapsed.
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