diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-16 15:43:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-16 15:43:48 +0000 |
commit | c40779d52801242c35998f5e2156a02672e2c4ea (patch) | |
tree | fd7206f5828306102c248d31af8197e4176b29d1 /ext | |
parent | da78b46b0518dd51264ddf4de8e0f6e5b42b7a63 (diff) | |
download | gst-plugins-bad-c40779d52801242c35998f5e2156a02672e2c4ea.tar.gz gst-plugins-bad-c40779d52801242c35998f5e2156a02672e2c4ea.tar.bz2 gst-plugins-bad-c40779d52801242c35998f5e2156a02672e2c4ea.zip |
how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right directi...
Original commit message from CVS:
how do people expect sdl to build if make has no way of getting to the dir
and we don't point it in the right direction ?
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 4676b25b..7b70bc45 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -151,7 +151,7 @@ RTP_DIR= endif if USE_SDL -#SDL_DIR=sdl +SDL_DIR=sdl SDL_DIR= else SDL_DIR= |