build: Deliberately break the build, temporarily.
authorJan Schmidt <thaytan@noraisin.net>
Sun, 19 Apr 2009 01:39:30 +0000 (02:39 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Sun, 19 Apr 2009 01:42:20 +0000 (02:42 +0100)
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

index 245ff60..bf88206 100644 (file)
@@ -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)