git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c52f5d6
)
Register x11grab only when it has been enabled.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 23 Dec 2006 07:19:56 +0000
(07:19 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 23 Dec 2006 07:19:56 +0000
(07:19 +0000)
Originally committed as revision 7366 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/allformats.c
patch
|
blob
|
history
diff --git
a/libavformat/allformats.c
b/libavformat/allformats.c
index
3ef9bc3
..
042c698
100644
(file)
--- a/
libavformat/allformats.c
+++ b/
libavformat/allformats.c
@@
-166,7
+166,9
@@
void av_register_all(void)
REGISTER_DEMUXER (WSAUD, wsaud);
REGISTER_DEMUXER (WSVQA, wsvqa);
REGISTER_DEMUXER (WV, wv);
+#ifdef CONFIG_X11GRAB
REGISTER_DEMUXER (X11_GRAB_DEVICE, x11_grab_device);
+#endif
REGISTER_MUXDEMUX(YUV4MPEGPIPE, yuv4mpegpipe);
#ifdef CONFIG_PROTOCOLS