[MPlayer-cvslog] r19306 - in trunk: libmpdemux/Makefile libmpdemux/mf.c libmpdemux/mf.h stream/Makefile stream/mf.c stream/mf.h

ben subversion at mplayerhq.hu
Thu Aug 3 21:31:36 CEST 2006


Author: ben
Date: Thu Aug  3 21:31:36 2006
New Revision: 19306

Added:
   trunk/libmpdemux/mf.c
      - copied unchanged from r19299, /trunk/stream/mf.c
   trunk/libmpdemux/mf.h
      - copied unchanged from r19299, /trunk/stream/mf.h
Removed:
   trunk/stream/mf.c
   trunk/stream/mf.h
Modified:
   trunk/libmpdemux/Makefile
   trunk/stream/Makefile

Log:
mf.[hc] belong to libmpdemux

Modified: trunk/libmpdemux/Makefile
==============================================================================
--- trunk/libmpdemux/Makefile	(original)
+++ trunk/libmpdemux/Makefile	Thu Aug  3 21:31:36 2006
@@ -20,6 +20,7 @@
         mpeg_packetizer.c \
         yuv4mpeg.c \
         yuv4mpeg_ratio.c \
+        mf.c \
 
 # Demuxers
 SRCS += demuxer.c \

Modified: trunk/stream/Makefile
==============================================================================
--- trunk/stream/Makefile	(original)
+++ trunk/stream/Makefile	Thu Aug  3 21:31:36 2006
@@ -4,8 +4,7 @@
 include ../config.mak
 
 # Core
-SRCS += mf.c \
-        open.c \
+SRCS += open.c \
         url.c \
 
 ifeq ($(STREAM_CACHE),yes)



More information about the MPlayer-cvslog mailing list