X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/b00675499c6d9327aa7ec6f9f8d9d7758d1d3080..d1d10e9125153d0000be34c78c92c54d59d38108:/libavdevice/x11grab.c diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index 04e3190..4e1a499 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -36,13 +36,10 @@ */ #include "config.h" -#include "avformat.h" +#include "libavformat/avformat.h" #include #include #include -#ifdef HAVE_SYS_MMAN_H -#include -#endif #include #define _LINUX_TIME_H 1 #include @@ -522,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,