projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c26e96
)
Enable building r3d demuxer when its config is set.
author
Benoit Fouet
<benoit.fouet@free.fr>
Tue, 20 Jan 2009 08:08:32 +0000
(08:08 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Tue, 20 Jan 2009 08:08:32 +0000
(08:08 +0000)
Originally committed as revision 16696 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/Makefile
patch
|
blob
|
history
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index 6879d6a992cf0bad71abdcb7c9d300b3ac72e7ab..e16a5ea8c20a6f3efab1ae63b69706101c752861 100644
(file)
--- a/
libavformat/Makefile
+++ b/
libavformat/Makefile
@@
-149,6
+149,7
@@
OBJS-$(CONFIG_PCM_U8_DEMUXER) += raw.o
OBJS-$(CONFIG_PCM_U8_MUXER) += raw.o
OBJS-$(CONFIG_PSP_MUXER) += movenc.o riff.o isom.o avc.o
OBJS-$(CONFIG_PVA_DEMUXER) += pva.o
+OBJS-$(CONFIG_R3D_DEMUXER) += r3d.o
OBJS-$(CONFIG_RAWVIDEO_DEMUXER) += raw.o
OBJS-$(CONFIG_RAWVIDEO_MUXER) += raw.o
OBJS-$(CONFIG_REDIR_DEMUXER) += rtsp.o