include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too

Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
This commit is contained in:
Benjamin Otte 2003-11-11 03:22:53 +00:00
parent 8ee5b40c0c
commit 6c8085a74d

View file

@ -68,6 +68,9 @@ AC_ISC_POSIX
AC_HEADER_STDC([])
dnl Check for a way to display the function name in debug output
GST_CHECK_FUNCTION()
dnl define correct errorlevel for debugging messages. We want to have GST_ERROR
dnl messages printed when running cvs builds
if test "x$GST_CVS" = "xyes"; then