mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
cfg-mplayer-func removed :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@155 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f907302c24
commit
c7219ff685
6
Makefile
6
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user