File tree Expand file tree Collapse file tree 7 files changed +21
-8
lines changed
Expand file tree Collapse file tree 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
55dca_la_SOURCES = dcaplug.c\
66 libdca/audio_out.h\
77 libdca/bitstream.c\
8- libdca/bitstream.h
8+ libdca/bitstream.h\
99 libdca/dca.h\
1010 libdca/dca_internal.h\
1111 libdca/downmix.c\
@@ -25,6 +25,7 @@ dca_la_SOURCES = dcaplug.c\
2525dca_la_LDFLAGS = -module -avoid-version
2626dca_la_LIBADD = $(LDADD ) -lm
2727
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
2930
3031endif
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ psf_la_SOURCES = plugin.c\
9191psf_la_LDFLAGS = -module -avoid-version $(ZLIB_LIBS )
9292
9393psf_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
9598endif
9699
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ ddb_shn_la_SOURCES =\
1818ddb_shn_la_LDFLAGS = -module -avoid-version
1919
2020ddb_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
2224endif
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ supereq_la_SOURCES =\
77 libsupereq/Fftsg_fl.c\
88 libsupereq/paramlist.hpp
99
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
1213
1314supereq_la_LDFLAGS = -module -avoid-version $(NOCPPLIB )
1415
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ tta_la_SOURCES =\
1212
1313tta_la_LDFLAGS = -module -avoid-version
1414
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
1617endif
1718
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ vtx_la_SOURCES =\
1111
1212vtx_la_LDFLAGS = -module -avoid-version
1313
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
1516endif
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ plugins/gtkui/search.c
4141plugins/gtkui/selpropertieswidget.c
4242plugins/gtkui/trkproperties.c
4343plugins/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
4448plugins/hotkeys/actionhandlers.c
4549plugins/notify/notify.c
4650plugins/pltbrowser/pltbrowser.c
You can’t perform that action at this time.
0 commit comments