mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
make buildbot happy
Original commit message from CVS: make buildbot happy
This commit is contained in:
parent
a87b7cb41b
commit
3c5144ad12
1 changed files with 9 additions and 6 deletions
|
@ -4,12 +4,15 @@ plugin_LTLIBRARIES = libgstalsa.la
|
||||||
libgstalsa_la_SOURCES = \
|
libgstalsa_la_SOURCES = \
|
||||||
gstalsaplugin.c \
|
gstalsaplugin.c \
|
||||||
gstalsasink.c
|
gstalsasink.c
|
||||||
#gstalsamixer.c
|
|
||||||
#gstalsamixertrack.c
|
# port alsa stuff then add the _SOURCES above
|
||||||
#gstalsamixeroptions.c
|
EXTRA_DIST = \
|
||||||
#gstalsa.c
|
gstalsamixer.c \
|
||||||
#gstalsaclock.c
|
gstalsamixertrack.c \
|
||||||
#gstalsasrc.c
|
gstalsamixeroptions.c \
|
||||||
|
gstalsa.c \
|
||||||
|
gstalsaclock.c \
|
||||||
|
gstalsasrc.c
|
||||||
|
|
||||||
libgstalsa_la_CFLAGS = $(GST_CFLAGS) $(ALSA_CFLAGS)
|
libgstalsa_la_CFLAGS = $(GST_CFLAGS) $(ALSA_CFLAGS)
|
||||||
libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \
|
libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue