mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
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:
parent
1a61c72f45
commit
7198372b61
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ AC_ISC_POSIX
|
||||||
|
|
||||||
AC_HEADER_STDC([])
|
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 define correct errorlevel for debugging messages. We want to have GST_ERROR
|
||||||
dnl messages printed when running cvs builds
|
dnl messages printed when running cvs builds
|
||||||
if test "x$GST_CVS" = "xyes"; then
|
if test "x$GST_CVS" = "xyes"; then
|
||||||
|
|
Loading…
Reference in a new issue