mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
ext/Makefile.am: Only disable the ext/timidity directory if both, wildmidi _and_ timidity are not available.
Original commit message from CVS: * ext/Makefile.am: Only disable the ext/timidity directory if both, wildmidi _and_ timidity are not available.
This commit is contained in:
parent
48ce4915e1
commit
65c75b862c
2 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-02-24 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* ext/Makefile.am:
|
||||||
|
Only disable the ext/timidity directory if both, wildmidi
|
||||||
|
_and_ timidity are not available.
|
||||||
|
|
||||||
2008-02-24 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-02-24 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
|
Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
|
||||||
|
|
|
@ -198,15 +198,17 @@ endif
|
||||||
|
|
||||||
if USE_TIMIDITY
|
if USE_TIMIDITY
|
||||||
TIMIDITY_DIR=timidity
|
TIMIDITY_DIR=timidity
|
||||||
else
|
|
||||||
TIMIDITY_DIR=
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_WILDMIDI
|
if USE_WILDMIDI
|
||||||
TIMIDITY_DIR=timidity
|
TIMIDITY_DIR=timidity
|
||||||
else
|
endif
|
||||||
|
|
||||||
|
if !USE_WILDMIDI
|
||||||
|
if !USE_TIMIDITY
|
||||||
TIMIDITY_DIR=
|
TIMIDITY_DIR=
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# if USE_POLYP
|
# if USE_POLYP
|
||||||
# POLYP_DIR=polyp
|
# POLYP_DIR=polyp
|
||||||
|
|
Loading…
Reference in a new issue