projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a61c72
)
include macro for defining GST_FUNCTION, so debugging output from plugins gets functi...
author
Benjamin Otte
<otte@gnome.org>
Tue, 11 Nov 2003 03:22:53 +0000
(
03:22
+0000)
committer
Benjamin Otte
<otte@gnome.org>
Tue, 11 Nov 2003 03:22:53 +0000
(
03:22
+0000)
Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e495220
..
499d93a
100644
(file)
--- 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