Mercurial > mplayer.hg
changeset 374:cc3f84df9baf
Makefile.No-DS fixes
author | arpi_esp |
---|---|
date | Thu, 12 Apr 2001 00:52:22 +0000 |
parents | 74272de9c7c3 |
children | 28cc43e013fd |
files | Makefile.No-DS mplayer.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.No-DS Thu Apr 12 00:42:30 2001 +0000 +++ b/Makefile.No-DS Thu Apr 12 00:52:22 2001 +0000 @@ -17,8 +17,8 @@ prefix = /usr/local BINDIR = ${prefix}/bin # BINDIR = /usr/local/bin -SRCS = linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c lirc_mp.c cfgparser.c -OBJS = linux/getch2.o linux/timer-lx.o linux/shmem.o xa/xa_gsm.o lirc_mp.o cfgparser.o +SRCS = codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c lirc_mp.c cfgparser.c +OBJS = codec-cfg.o subreader.o linux/getch2.o linux/timer-lx.o linux/shmem.o xa/xa_gsm.o lirc_mp.o cfgparser.o CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo # -Wall A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 VO_LIBS = -Llibvo -lvo $(X_LIBS)
--- a/mplayer.c Thu Apr 12 00:42:30 2001 +0000 +++ b/mplayer.c Thu Apr 12 00:52:22 2001 +0000 @@ -903,8 +903,8 @@ movie_size_x=sh_video->bih.biWidth; movie_size_y=abs(sh_video->bih.biHeight); break; +#endif } -#endif case 3: { // OpenDivX if(verbose) printf("OpenDivX video codec\n"); { DEC_PARAM dec_param;