[MPlayer-cvslog] r19146 - in trunk: libmpcodecs/Makefile	libmpcodecs/mpeg_packetizer.c libmpcodecs/mpeg_packetizer.h	libmpdemux/Makefile libmpdemux/mpeg_packetizer.c	libmpdemux/mpeg_packetizer.h
    ben 
    subversion at mplayerhq.hu
       
    Thu Jul 20 00:13:51 CEST 2006
    
    
  
Author: ben
Date: Thu Jul 20 00:13:50 2006
New Revision: 19146
Added:
   trunk/libmpdemux/mpeg_packetizer.c
      - copied unchanged from r19141, /trunk/libmpcodecs/mpeg_packetizer.c
   trunk/libmpdemux/mpeg_packetizer.h
      - copied unchanged from r19141, /trunk/libmpcodecs/mpeg_packetizer.h
Removed:
   trunk/libmpcodecs/mpeg_packetizer.c
   trunk/libmpcodecs/mpeg_packetizer.h
Modified:
   trunk/libmpcodecs/Makefile
   trunk/libmpdemux/Makefile
Log:
moved mpeg_packetizer helpers to libmpdemux
Modified: trunk/libmpcodecs/Makefile
==============================================================================
--- trunk/libmpcodecs/Makefile	(original)
+++ trunk/libmpcodecs/Makefile	Thu Jul 20 00:13:50 2006
@@ -310,7 +310,6 @@
      $(VIDEO_SRCS) \
      $(VFILTER_SRCS) \
      $(NATIVE_SRCS) \
-     mpeg_packetizer.c \
      img_format.c \
 
 OBJS=$(SRCS:.c=.o)
Modified: trunk/libmpdemux/Makefile
==============================================================================
--- trunk/libmpdemux/Makefile	(original)
+++ trunk/libmpdemux/Makefile	Thu Jul 20 00:13:50 2006
@@ -26,6 +26,7 @@
         cue_read.c \
         parse_es.c \
         parse_mp4.c \
+        mpeg_packetizer.c \
         yuv4mpeg.c \
         yuv4mpeg_ratio.c \
 
    
    
More information about the MPlayer-cvslog
mailing list