directsound: Fix .c file name in Makefile

This was broken by accident, bad search and replace.
This commit is contained in:
Nicolas Dufresne 2017-07-20 17:21:05 -04:00
parent 7edf41b470
commit a3545637de

View file

@ -1,6 +1,6 @@
plugin_LTLIBRARIES = libgstdirectsound.la
libgstdirectsound_la_SOURCES = gstdirectsound.c gstdirectsoundplugin.c
libgstdirectsound_la_SOURCES = gstdirectsoundsink.c gstdirectsoundplugin.c
libgstdirectsound_la_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \