diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ #include "lib.h" #include "encode.h" -#ifdef DEBUG +#ifdef PLAY_DEBUG #include "debug/local-play.h" #endif @@ -365,7 +365,7 @@ got_request_headers (SoupMessage *msg, TranscodeServerCtx *ctx; SoupURI *uri; -#ifdef DEBUG +#ifdef HEADERS_DEBUG SoupMessageHeadersIter iter; const char *name, *value; soup_message_headers_iter_init (&iter, msg->request_headers); @@ -407,7 +407,7 @@ PUT: { ctx->pipeline = gst_pipeline_new ("pipe"); /* The chunked request is copied into this stream * for consumption by the gst pipeline */ -#ifdef DEBUG +#ifdef PLAY_DEBUG stp_play_from_msg (ctx); #else stp_encode_from_msg (ctx); |