summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-15 16:27:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-15 16:27:29 +0000
commit1633bd8693c54cbc5f6648703a7ecf01548ec55f (patch)
tree093d541ae86ff83ee96a5793a55599730798bbd7 /configure.ac
parent5702e5e4746593fbaf2ce4049345e33f358e4851 (diff)
downloadgst-plugins-bad-1633bd8693c54cbc5f6648703a7ecf01548ec55f.tar.gz
gst-plugins-bad-1633bd8693c54cbc5f6648703a7ecf01548ec55f.tar.bz2
gst-plugins-bad-1633bd8693c54cbc5f6648703a7ecf01548ec55f.zip
adding ffmpegcolorspace element, thanks ronald
Original commit message from CVS: adding ffmpegcolorspace element, thanks ronald
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c36810ea..c4f7b93e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,6 +87,11 @@ AC_HEADER_STDC([])
AC_C_INLINE
AX_CREATE_STDINT_H
+dnl Check for malloc.h
+AC_CHECK_HEADER(malloc.h,[
+ AC_DEFINE(HAVE_MALLOC_H, 1, [whether malloc.h available])
+])
+
dnl Check for a way to display the function name in debug output
GST_CHECK_FUNCTION()
@@ -348,6 +353,7 @@ GST_PLUGINS_ALL="\
deinterlace \
effectv \
festival \
+ ffmpegcolorspace \
filter \
flx \
goom \
@@ -1597,6 +1603,7 @@ gst/debug/Makefile
gst/deinterlace/Makefile
gst/effectv/Makefile
gst/festival/Makefile
+gst/ffmpegcolorspace/Makefile
gst/filter/Makefile
gst/flx/Makefile
gst/goom/Makefile