changeset 154:34e9f41cce6d

cfg-mplayer-func removed :)
author arpi_esp
date Mon, 19 Mar 2001 03:49:04 +0000
parents 8e55121885b2
children e55d1518ad95
files Makefile mplayer.c
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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"