projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Support MBAFF + constrained intra prediction.
[ffmpeg.git]
/
libavdevice
/
x11grab.c
diff --git
a/libavdevice/x11grab.c
b/libavdevice/x11grab.c
index
bb08dea
..
4e1a499
100644
(file)
--- a/
libavdevice/x11grab.c
+++ b/
libavdevice/x11grab.c
@@
-35,11
+35,11
@@
* and Edouard Gomez <ed.gomez@free.fr>.
*/
* and Edouard Gomez <ed.gomez@free.fr>.
*/
-#include "avformat.h"
+#include "config.h"
+#include "libavformat/avformat.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
-#include <sys/mman.h>
#include <sys/time.h>
#define _LINUX_TIME_H 1
#include <time.h>
#include <sys/time.h>
#define _LINUX_TIME_H 1
#include <time.h>
@@
-519,7
+519,7
@@
x11grab_read_close(AVFormatContext *s1)
AVInputFormat x11_grab_device_demuxer =
{
"x11grab",
AVInputFormat x11_grab_device_demuxer =
{
"x11grab",
-
"X11grab"
,
+
NULL_IF_CONFIG_SMALL("X11grab")
,
sizeof(x11_grab_t),
NULL,
x11grab_read_header,
sizeof(x11_grab_t),
NULL,
x11grab_read_header,