Commit 813d083 1 parent d80e6cc commit 813d083 Copy full SHA for 813d083
File tree 7 files changed +21
-8
lines changed
7 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pkglib_LTLIBRARIES = dca.la
5
5
dca_la_SOURCES = dcaplug.c\
6
6
libdca/audio_out.h\
7
7
libdca/bitstream.c\
8
- libdca/bitstream.h
8
+ libdca/bitstream.h\
9
9
libdca/dca.h\
10
10
libdca/dca_internal.h\
11
11
libdca/downmix.c\
@@ -25,6 +25,7 @@ dca_la_SOURCES = dcaplug.c\
25
25
dca_la_LDFLAGS = -module -avoid-version
26
26
dca_la_LIBADD = $(LDADD ) -lm
27
27
28
- dca_la_CFLAGS = $(CFLAGS ) -fPIC -std=c99 -I@top_srcdir@/include -Ilibdca
28
+ dcapath =@top_srcdir@/plugins/dca
29
+ dca_la_CFLAGS = $(CFLAGS ) -fPIC -std=c99 -I@top_srcdir@/include -I$(dcapath ) /libdca
29
30
30
31
endif
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ psf_la_SOURCES = plugin.c\
91
91
psf_la_LDFLAGS = -module -avoid-version $(ZLIB_LIBS )
92
92
93
93
psf_la_LIBADD = $(LDADD )
94
- psf_la_CFLAGS = $(CFLAGS ) $(ZLIB_CFLAGS ) -Wall -DHAS_PSXCPU=1 -Iaosdk -I.. -Iaosdk/eng_ssf -Iaosdk/eng_qsf -Iaosdk/eng_dsf -lm -fPIC -I@top_srcdir@/include
94
+
95
+ psfpath =@top_srcdir@/plugins/psf
96
+
97
+ psf_la_CFLAGS = $(CFLAGS ) $(ZLIB_CFLAGS ) -Wall -DHAS_PSXCPU=1 -I$(psfpath ) /aosdk -I$(psfpath ) /.. -I$(psfpath ) /aosdk/eng_ssf -I$(psfpath ) /aosdk/eng_qsf -I$(psfpath ) /aosdk/eng_dsf -lm -fPIC -I@top_srcdir@/include
95
98
endif
96
99
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ ddb_shn_la_SOURCES =\
18
18
ddb_shn_la_LDFLAGS = -module -avoid-version
19
19
20
20
ddb_shn_la_LIBADD = $(LDADD ) -lm
21
- ddb_shn_la_CFLAGS = $(CFLAGS ) -std=c99 -I@top_srcdir@/include -Ilibshn
21
+
22
+ shnpath =@top_srcdir@/plugins/shn
23
+ ddb_shn_la_CFLAGS = $(CFLAGS ) -std=c99 -I@top_srcdir@/include -I$(shnpath ) /libshn
22
24
endif
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ supereq_la_SOURCES =\
7
7
libsupereq/Fftsg_fl.c\
8
8
libsupereq/paramlist.hpp
9
9
10
- supereq_la_CFLAGS = $(CFLAGS ) -std=c99 -DUSE_OOURA -I@top_srcdir@/include -Ilibsupereq
11
- supereq_la_CXXFLAGS = $(CXXFLAGS ) -fno-exceptions -fno-rtti -fno-unwind-tables -DUSE_OOURA -I@top_srcdir@/include -Ilibsupereq
10
+ supereqpath =@top_srcdir@/plugins/supereq
11
+ supereq_la_CFLAGS = $(CFLAGS ) -std=c99 -DUSE_OOURA -I@top_srcdir@/include -I$(supereqpath ) /libsupereq
12
+ supereq_la_CXXFLAGS = $(CXXFLAGS ) -fno-exceptions -fno-rtti -fno-unwind-tables -DUSE_OOURA -I@top_srcdir@/include -I$(supereqpath ) /libsupereq
12
13
13
14
supereq_la_LDFLAGS = -module -avoid-version $(NOCPPLIB )
14
15
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ tta_la_SOURCES =\
12
12
13
13
tta_la_LDFLAGS = -module -avoid-version
14
14
15
- tta_la_CFLAGS = $(CFLAGS ) -std=c99 -fPIC -I@top_srcdir@/include -Ilibtta
15
+ ttapath =@top_srcdir@/plugins/tta
16
+ tta_la_CFLAGS = $(CFLAGS ) -std=c99 -fPIC -I@top_srcdir@/include -I$(ttapath ) /libtta
16
17
endif
17
18
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ vtx_la_SOURCES =\
11
11
12
12
vtx_la_LDFLAGS = -module -avoid-version
13
13
14
- vtx_la_CFLAGS = $(CFLAGS ) -std=c99 -I@top_srcdir@/include -Ilibayemu
14
+ vtxpath =@top_srcdir@/plugins/vtx
15
+ vtx_la_CFLAGS = $(CFLAGS ) -std=c99 -I@top_srcdir@/include -I$(vtxpath ) /libayemu
15
16
endif
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ plugins/gtkui/search.c
41
41
plugins/gtkui/selpropertieswidget.c
42
42
plugins/gtkui/trkproperties.c
43
43
plugins/gtkui/widgets.c
44
+ plugins/gtkui/scriptable/gtkScriptable.c
45
+ plugins/gtkui/scriptable/gtkScriptableListEditViewController.c
46
+ plugins/gtkui/scriptable/gtkScriptableListEditWindowController.c
47
+ plugins/gtkui/undointegration.c
44
48
plugins/hotkeys/actionhandlers.c
45
49
plugins/notify/notify.c
46
50
plugins/pltbrowser/pltbrowser.c
You can’t perform that action at this time.
0 commit comments