From: Benjamin Otte Date: Tue, 11 Nov 2003 03:22:53 +0000 (+0000) Subject: include macro for defining GST_FUNCTION, so debugging output from plugins gets functi... X-Git-Tag: 1.19.3~509^2~15626 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81dab58a8513326e2c5426f9abfe987072e9a164;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/configure.ac b/configure.ac index e495220..499d93a 100644 --- a/configure.ac +++ b/configure.ac @@ -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