mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
ext/Makefile.am: Build the wildmidi plugin if it's enabled and not only when both, the timidity and wildmidi plugin, ...
Original commit message from CVS: Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com> * ext/Makefile.am: Build the wildmidi plugin if it's enabled and not only when both, the timidity and wildmidi plugin, are enabled.
This commit is contained in:
parent
77d09884c6
commit
48ce4915e1
3 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2008-02-24 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
|
||||||
|
|
||||||
|
* ext/Makefile.am:
|
||||||
|
Build the wildmidi plugin if it's enabled and not only when
|
||||||
|
both, the timidity and wildmidi plugin, are enabled.
|
||||||
|
|
||||||
2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
|
2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit ce296a6e04ac824523dbf7bf836f91e14012ab9d
|
Subproject commit a574e6214b06fcbdfc00e952e2f3edc06997ee93
|
|
@ -202,6 +202,12 @@ else
|
||||||
TIMIDITY_DIR=
|
TIMIDITY_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_WILDMIDI
|
||||||
|
TIMIDITY_DIR=timidity
|
||||||
|
else
|
||||||
|
TIMIDITY_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
# if USE_POLYP
|
# if USE_POLYP
|
||||||
# POLYP_DIR=polyp
|
# POLYP_DIR=polyp
|
||||||
# else
|
# else
|
||||||
|
|
Loading…
Reference in a new issue