diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-30 09:44:16 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-30 09:44:16 +0000 |
commit | 7b2a2ce5561ca33006de84dae6c1263611bf1fd9 (patch) | |
tree | d0c98b2f2ffd014efa4e42a09018e95937cc95a6 /libavformat/Makefile | |
parent | 2db27aadcb6e7543321d5d68d06b2fdc4fd63491 (diff) | |
download | ffmpeg-7b2a2ce5561ca33006de84dae6c1263611bf1fd9.tar.gz |
split rm muxer and demuxer in their own files
Originally committed as revision 9156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 009d1635bc..a2de37d425 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -113,8 +113,8 @@ OBJS-$(CONFIG_PSP_MUXER) += movenc.o riff.o isom.o OBJS-$(CONFIG_RAWVIDEO_DEMUXER) += raw.o OBJS-$(CONFIG_RAWVIDEO_MUXER) += raw.o OBJS-$(CONFIG_REDIR_DEMUXER) += rtsp.o -OBJS-$(CONFIG_RM_DEMUXER) += rm.o -OBJS-$(CONFIG_RM_MUXER) += rm.o +OBJS-$(CONFIG_RM_DEMUXER) += rmdec.o +OBJS-$(CONFIG_RM_MUXER) += rmenc.o OBJS-$(CONFIG_ROQ_DEMUXER) += idroq.o OBJS-$(CONFIG_ROQ_MUXER) += raw.o OBJS-$(CONFIG_RTP_MUXER) += rtp.o rtp_h264.o |