diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-19 03:49:04 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-19 03:49:04 +0000 |
commit | c7219ff6855c96c642cc4cb871cffe2970baee91 (patch) | |
tree | 81b8000ed6f21573f7bcee41a30b7dbdb333b7f6 | |
parent | f907302c24c6f69a654aa1ffc61381e3b1b6f592 (diff) |
cfg-mplayer-func removed :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@155 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | mplayer.c | 1 |
2 files changed, 2 insertions, 5 deletions
@@ -17,10 +17,8 @@ PRG_TV = tvision 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) @@ -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" |