mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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.
This commit is contained in:
parent
3c064affc1
commit
5465d40b8d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue