diff Makefile @ 2103:95139f2053a9 libavformat

split rm muxer and demuxer in their own files
author aurel
date Wed, 30 May 2007 09:44:16 +0000
parents 7b4df9e3b6fd
children 3aa1f0f698de
line wrap: on
line diff
--- a/Makefile	Wed May 30 00:08:32 2007 +0000
+++ b/Makefile	Wed May 30 09:44:16 2007 +0000
@@ -113,8 +113,8 @@
 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