mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
directsound: Fix .c file name in Makefile
This was broken by accident, bad search and replace.
This commit is contained in:
parent
7edf41b470
commit
a3545637de
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
plugin_LTLIBRARIES = libgstdirectsound.la
|
plugin_LTLIBRARIES = libgstdirectsound.la
|
||||||
|
|
||||||
libgstdirectsound_la_SOURCES = gstdirectsound.c gstdirectsoundplugin.c
|
libgstdirectsound_la_SOURCES = gstdirectsoundsink.c gstdirectsoundplugin.c
|
||||||
libgstdirectsound_la_CFLAGS = \
|
libgstdirectsound_la_CFLAGS = \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue