File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ include $(top_srcdir)/common/orc.mak
6
6
7
7
libgstaudiomixer_la_SOURCES = gstaudiomixer.c
8
8
nodist_libgstaudiomixer_la_SOURCES = $(ORC_NODIST_SOURCES )
9
- libgstaudiomixer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS ) $(GST_BASE_CFLAGS ) \
10
- $(GST_CFLAGS ) $(ORC_CFLAGS ) \
9
+ libgstaudiomixer_la_CFLAGS = \
11
10
-I$(top_srcdir ) /gst-libs \
12
- -I$(top_builddir ) /gst-libs
11
+ -I$(top_builddir ) /gst-libs \
12
+ $(GST_PLUGINS_BASE_CFLAGS ) $(GST_BASE_CFLAGS ) \
13
+ $(GST_CFLAGS ) $(ORC_CFLAGS )
13
14
libgstaudiomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS )
14
15
libgstaudiomixer_la_LIBADD = \
15
- $(GST_PLUGINS_BASE_LIBS ) \
16
- -lgstaudio-@GST_API_VERSION@ \
17
16
$(top_builddir ) /gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION ) .la \
17
+ $(GST_PLUGINS_BASE_LIBS ) -lgstaudio-@GST_API_VERSION@ \
18
18
$(GST_BASE_LIBS ) $(GST_LIBS ) $(ORC_LIBS )
19
19
libgstaudiomixer_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS )
20
20
You can’t perform that action at this time.
0 commit comments