mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
ext/Makefile.am: Use right variables when USE_SPC is defined.
Original commit message from CVS: Patch by: cascardo at holoscopio dot com * ext/Makefile.am: Use right variables when USE_SPC is defined.
This commit is contained in:
parent
5929ad4ac9
commit
bf35fdde2c
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: cascardo at holoscopio dot com
|
||||
|
||||
* ext/Makefile.am:
|
||||
Use right variables when USE_SPC is defined.
|
||||
|
||||
2006-08-02 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
|
||||
|
|
|
@ -203,9 +203,9 @@ SOUNDTOUCH_DIR=
|
|||
endif
|
||||
|
||||
if USE_SPC
|
||||
SDL_DIR=spc
|
||||
SPC_DIR=spc
|
||||
else
|
||||
SDL_DIR=
|
||||
SPC_DIR=
|
||||
endif
|
||||
|
||||
if USE_SWFDEC
|
||||
|
|
Loading…
Reference in a new issue