From 5465d40b8dcb7650c024bf8c6b6329d26df5a610 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 19 Apr 2009 02:39:30 +0100 Subject: [PATCH] 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. --- ext/ffmpeg/gstffmpeg.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4