Mercurial > libavformat.hg
diff Makefile @ 1571:1db03d7eebe1 libavformat
Original X11 device demuxer patch from Clemens Fruhwirth
- Build system integration is equivalent to RFC #6 patch
- Same rule applies to ffmpeg.c/allformats.[c|h]
- x11grab.c is from Clemens Fruhwirth except the x11 grab
structure for libavformat registration is renamed to
match build system integration.
author | gpoirier |
---|---|
date | Tue, 12 Dec 2006 22:31:46 +0000 |
parents | 6dc55143f99f |
children | 81cd736a9891 |
line wrap: on
line diff
--- a/Makefile Tue Dec 12 14:08:19 2006 +0000 +++ b/Makefile Tue Dec 12 22:31:46 2006 +0000 @@ -123,6 +123,7 @@ OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o OBJS-$(CONFIG_WV_DEMUXER) += wv.o +OBJS-$(CONFIG_X11_GRAB_DEVICE_DEMUXER) += x11grab.o OBJS-$(CONFIG_YUV4MPEGPIPE_MUXER) += yuv4mpeg.o OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o