diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-15 16:27:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-15 16:27:29 +0000 |
commit | f878cc16402dcc70f31861bb120f435f3157c518 (patch) | |
tree | 9aba25b4ad3da8abded742f4526df9923d5aea9c /configure.ac | |
parent | e42fb4faf65450852c0bbef73b8e65fa6309556d (diff) |
adding ffmpegcolorspace element, thanks ronald
Original commit message from CVS:
adding ffmpegcolorspace element, thanks ronald
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
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 |