[Mplayer-cvslog] CVS: main mplayerHQ.c,NONE,1.1 Makefile,1.4,1.5
GEREOFFY
arpi_esp at users.sourceforge.net
Fri Mar 16 19:12:45 CET 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv28569
Modified Files:
Makefile
Added Files:
mplayerHQ.c
Log Message:
added mplayerHQ
--- NEW FILE ---
// AVI & MPEG Player v0.11 (C) 2000-2001. by A'rpi/ESP-team
// Enable ALSA emulation (using 32kB audio buffer) - timer testing only
//#define SIMULATE_ALSA
// Define, if you want to run libmpeg2 in a new process (using codec-ctrl)
//#define HAVE_CODECCTRL
#ifdef USE_XMMP_AUDIO
#define OUTBURST 4096
#else
//#define OUTBURST 1024
#define OUTBURST 1024
#endif
#define AUDIO_BUFF 32768
#include <stdio.h>
#include <stdlib.h>
[...2049 lines suppressed...]
max_pts_correction=0.1;
frame_corr_num=-5; frame_correction=0;
force_redraw=5;
a_frame=-buffer_delay-skip_audio_secs;
// a_frame=-audio_delay-buffer_delay-skip_audio_secs;
v_frame=0; // !!!!!!
audio_time_usage=0; video_time_usage=0; vout_time_usage=0;
// num_frames=real_num_frames=0;
}
} // keyboard event handler
} // while(!eof)
//printf("\nEnd of file.\n");
exit_player("End of file");
}
return 1;
}
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile 2001/03/11 00:43:40 1.4
--- Makefile 2001/03/16 18:12:43 1.5
***************
*** 12,15 ****
--- 12,16 ----
PRG = mplayer
+ PRG_HQ = mplayerHQ
PRG_AVIP = aviparse
PRG_TV = tvision
***************
*** 27,31 ****
# .PHONY: all clean
! all: $(PRG)
# $(PRG_AVIP)
--- 28,32 ----
# .PHONY: all clean
! all: $(PRG) $(PRG_HQ)
# $(PRG_AVIP)
***************
*** 59,62 ****
--- 60,66 ----
$(CC) $(CFLAGS) -o $(PRG) mplayer.o $(OBJS) $(XMM_LIBS) $(LIRC_LIBS) $(A_LIBS) -lm $(TERMCAP_LIB) -Lloader -lloader -ldl -Llibmpeg2 -lmpeg2 -Lopendivx -ldecore $(VO_LIBS) -Lencore -lencore -lpthread
+ $(PRG_HQ): .depend mplayerHQ.o $(OBJS) loader/libloader.a libmpeg2/libmpeg2.a opendivx/libdecore.a $(COMMONLIBS) encore/libencore.a
+ $(CC) $(CFLAGS) -o $(PRG_HQ) mplayerHQ.o $(OBJS) $(XMM_LIBS) $(LIRC_LIBS) $(A_LIBS) -lm $(TERMCAP_LIB) -Lloader -lloader -ldl -Llibmpeg2 -lmpeg2 -Lopendivx -ldecore $(VO_LIBS) -Lencore -lencore -lpthread
+
$(PRG_AVIP): .depend aviparse.o $(OBJS) loader/libloader.a $(COMMONLIBS)
$(CC) $(CFLAGS) -o $(PRG_AVIP) aviparse.o $(OBJS) $(A_LIBS) -lm $(TERMCAP_LIB) -Lloader -lloader -ldl $(VO_LIBS) -lpthread
***************
*** 74,78 ****
distclean:
@for a in mp3lib libac3 libmpeg2 opendivx encore libvo loader drivers drivers/syncfb ; do $(MAKE) -C $$a distclean ; done
! rm -f *~ $(PRG) $(PRG_AVIP) $(PRG_TV) $(OBJS) *.o *.a .depend
dep: depend
--- 78,82 ----
distclean:
@for a in mp3lib libac3 libmpeg2 opendivx encore libvo loader drivers drivers/syncfb ; do $(MAKE) -C $$a distclean ; done
! rm -f *~ $(PRG) $(PRG_HQ) $(PRG_AVIP) $(PRG_TV) $(OBJS) *.o *.a .depend
dep: depend
***************
*** 82,86 ****
.depend: Makefile config.mak config.h
! makedepend -f- -- $(CFLAGS) -- mplayer.c aviparse.c tvision.c $(SRCS) 1>.depend 2>/dev/null
#
--- 86,90 ----
.depend: Makefile config.mak config.h
! makedepend -f- -- $(CFLAGS) -- mplayer.c mplayerHQ.c aviparse.c tvision.c $(SRCS) 1>.depend 2>/dev/null
#
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list