From: Jan Schmidt Date: Sun, 19 Apr 2009 01:39:30 +0000 (+0100) Subject: build: Deliberately break the build, temporarily. X-Git-Tag: 1.19.3~499^2~1357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5465d40b8dcb7650c024bf8c6b6329d26df5a610;p=platform%2Fupstream%2Fgstreamer.git build: Deliberately break the build, temporarily. This is to force the buildbots to run autogen.sh one time. I can't figure out a more elegant way. --- diff --git a/ext/ffmpeg/gstffmpeg.c b/ext/ffmpeg/gstffmpeg.c index 245ff60..bf88206 100644 --- a/ext/ffmpeg/gstffmpeg.c +++ b/ext/ffmpeg/gstffmpeg.c @@ -42,6 +42,7 @@ GST_DEBUG_CATEGORY (ffmpeg_debug); static GStaticMutex gst_avcodec_mutex = G_STATIC_MUTEX_INIT; +#error "Deliberately broke the build to kick the buildbots, sorry folks" int gst_ffmpeg_avcodec_open (AVCodecContext * avctx, AVCodec * codec)