diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-05-19 09:51:03 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-05-19 09:51:03 +0000 |
commit | 3d79c7145d05d66ca590e7ab38c92d1310487fa5 (patch) | |
tree | 40f81309a9b19aae5353cc74a81fc443c67a68d2 /sys | |
parent | 905eada904397580f44e4e0e8be3a8790a9508db (diff) | |
download | gst-plugins-bad-3d79c7145d05d66ca590e7ab38c92d1310487fa5.tar.gz gst-plugins-bad-3d79c7145d05d66ca590e7ab38c92d1310487fa5.tar.bz2 gst-plugins-bad-3d79c7145d05d66ca590e7ab38c92d1310487fa5.zip |
Make my automake version shut up about undefined variables
Original commit message from CVS:
* Makefile.am:
* ext/Makefile.am:
* sys/Makefile.am:
Make my automake version shut up about undefined variables
* gst/goom/gstgoom.c:
GstAdapter moved to base objects.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index 47c0c215..3b001603 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -7,7 +7,7 @@ # if USE_OSS # OSS_DIR=oss # else -# OSS_DIR= +OSS_DIR= # endif # if USE_OSX_AUDIO |