[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.6,1.7 mp3_hdr.c,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Wed Oct 31 15:42:35 CET 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv27037
Modified Files:
Makefile mp3_hdr.c
Log Message:
mp3 header parser
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 30 Oct 2001 20:36:20 -0000 1.6
+++ Makefile 31 Oct 2001 14:42:32 -0000 1.7
@@ -3,7 +3,7 @@
include ../config.mak
-SRCS = video.c mpeg_hdr.c cache2.c asfheader.c aviheader.c aviprint.c aviwrite.c demux_asf.c demux_avi.c demux_mov.c demux_mpg.c demuxer.c dvdauth.c open.c parse_es.c stream.c
+SRCS = mp3_hdr.c video.c mpeg_hdr.c cache2.c asfheader.c aviheader.c aviprint.c aviwrite.c demux_asf.c demux_avi.c demux_mov.c demux_mpg.c demuxer.c dvdauth.c open.c parse_es.c stream.c
ifeq ($(STREAMING),yes)
SRCS += asf_streaming.c url.c http.c network.c
endif
Index: mp3_hdr.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/mp3_hdr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mp3_hdr.c 31 Oct 2001 14:41:17 -0000 1.1
+++ mp3_hdr.c 31 Oct 2001 14:42:32 -0000 1.2
@@ -1,7 +1,6 @@
#include <stdio.h>
#include "config.h"
-#include "mpeg_hdr.h"
//----------------------- mp3 audio frame header parser -----------------------
More information about the MPlayer-cvslog
mailing list