X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/bd1071363648638a1a2d958edb70e8ca83ec4138..d1d10e9125153d0000be34c78c92c54d59d38108:/libavdevice/x11grab.c diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index bb08dea..4e1a499 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -35,11 +35,11 @@ * and Edouard Gomez . */ -#include "avformat.h" +#include "config.h" +#include "libavformat/avformat.h" #include #include #include -#include #include #define _LINUX_TIME_H 1 #include @@ -519,7 +519,7 @@ x11grab_read_close(AVFormatContext *s1) AVInputFormat x11_grab_device_demuxer = { "x11grab", - "X11grab", + NULL_IF_CONFIG_SMALL("X11grab"), sizeof(x11_grab_t), NULL, x11grab_read_header,