From a3545637ded52ebba76ec77e359299a2109d735b Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 20 Jul 2017 17:21:05 -0400 Subject: [PATCH] directsound: Fix .c file name in Makefile This was broken by accident, bad search and replace. --- sys/directsound/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/directsound/Makefile.am b/sys/directsound/Makefile.am index 49c3ae5183..a04d6a84b1 100644 --- a/sys/directsound/Makefile.am +++ b/sys/directsound/Makefile.am @@ -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) \