mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
added -d flag for autogen.sh debugging, tell me if this is a bad idea ;)
Original commit message from CVS: added -d flag for autogen.sh debugging, tell me if this is a bad idea ;)
This commit is contained in:
parent
78c212e181
commit
ec879bbd38
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ DIE=0
|
|||
package=GStreamer
|
||||
srcfile=gst/gstobject.h
|
||||
#DEBUG=defined
|
||||
if test "x$1" = "x-d"; then echo "DEBUG output wanted."; DEBUG=defined; fi
|
||||
|
||||
debug ()
|
||||
# print out a debug message if DEBUG is a defined variable
|
||||
|
|
Loading…
Reference in a new issue