# HG changeset patch # User arpi_esp # Date 984973744 0 # Node ID 34e9f41cce6d7aaadad9dd934db4de4d3f4156fe # Parent 8e55121885b22bdae01d15bf038166b5b8d3e24c cfg-mplayer-func removed :) diff -r 8e55121885b2 -r 34e9f41cce6d Makefile --- a/Makefile Mon Mar 19 03:45:49 2001 +0000 +++ b/Makefile Mon Mar 19 03:49:04 2001 +0000 @@ -17,10 +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\ - cfg-mplayer-func.c -OBJS = linux/getch2.o linux/timer-lx.o linux/shmem.o xa/xa_gsm.o lirc_mp.o cfgparser.o\ - cfg-mplayer-func.o +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 CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo # -Wall A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 VO_LIBS = -Llibvo -lvo $(X_LIBS) diff -r 8e55121885b2 -r 34e9f41cce6d mplayer.c --- a/mplayer.c Mon Mar 19 03:45:49 2001 +0000 +++ b/mplayer.c Mon Mar 19 03:49:04 2001 +0000 @@ -35,7 +35,6 @@ #include "config.h" #include "cfgparser.h" -#include "cfg-mplayer-func.h" #include "cfg-mplayer-def.h" #include "libvo/video_out.h"