mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Avoid overly long lines to conform with the new general Makefile style.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15774 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2098665b8d
commit
ffccbfce2e
@ -2,8 +2,18 @@ include ../config.mak
|
|||||||
|
|
||||||
CFLAGS = -I..
|
CFLAGS = -I..
|
||||||
|
|
||||||
OBJS = alaw-gen asfinfo avi-fix bios2dump cpuinfo dump_mp4 mem2dump movinfo \
|
OBJS = alaw-gen \
|
||||||
png2raw subrip fastmemcpybench vivodump
|
asfinfo \
|
||||||
|
avi-fix \
|
||||||
|
bios2dump \
|
||||||
|
cpuinfo \
|
||||||
|
dump_mp4 \
|
||||||
|
mem2dump \
|
||||||
|
movinfo \
|
||||||
|
png2raw \
|
||||||
|
subrip \
|
||||||
|
fastmemcpybench \
|
||||||
|
vivodump \
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
|
|
||||||
|
@ -18,16 +18,28 @@ all: netstream
|
|||||||
|
|
||||||
# FIXME: linking is a mess that should be fixed properly some day
|
# FIXME: linking is a mess that should be fixed properly some day
|
||||||
# it does not work with either GUI, live.com or libavformat enabled
|
# it does not work with either GUI, live.com or libavformat enabled
|
||||||
DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
|
DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
|
||||||
$(MPROOT)/libmpdvdkit2/libmpdvdkit.a \
|
$(MPROOT)/libmpdvdkit2/libmpdvdkit.a \
|
||||||
$(MPROOT)/libmpcodecs/native/minilzo.o \
|
$(MPROOT)/libmpcodecs/native/minilzo.o \
|
||||||
$(MPROOT)/libvo/aclib.o $(MPROOT)/libmpcodecs/img_format.o \
|
$(MPROOT)/libvo/aclib.o \
|
||||||
$(MPROOT)/liba52/liba52.a $(MPROOT)/m_option.o \
|
$(MPROOT)/libmpcodecs/img_format.o \
|
||||||
$(MPROOT)/m_struct.o $(MPROOT)/subreader.o \
|
$(MPROOT)/liba52/liba52.a \
|
||||||
$(MPROOT)/mp_msg.o $(MPROOT)/osdep/shmem.o \
|
$(MPROOT)/m_option.o \
|
||||||
$(MPROOT)/osdep/timer-*.o $(MPROOT)/osdep/strl.o \
|
$(MPROOT)/m_struct.o \
|
||||||
$(VORBIS_LIB) $(CDPARANOIA_LIB) $(Z_LIB) $(GIF_LIB) \
|
$(MPROOT)/subreader.o \
|
||||||
$(SMBSUPPORT_LIB) $(LIVE_LIBS) $(ARCH_LIB) $(COMMON_LIBS) -lm
|
$(MPROOT)/mp_msg.o \
|
||||||
|
$(MPROOT)/osdep/shmem.o \
|
||||||
|
$(MPROOT)/osdep/timer-*.o \
|
||||||
|
$(MPROOT)/osdep/strl.o \
|
||||||
|
$(VORBIS_LIB) \
|
||||||
|
$(CDPARANOIA_LIB) \
|
||||||
|
$(Z_LIB) \
|
||||||
|
$(GIF_LIB) \
|
||||||
|
$(SMBSUPPORT_LIB) \
|
||||||
|
$(LIVE_LIBS) \
|
||||||
|
$(ARCH_LIB) \
|
||||||
|
$(COMMON_LIBS) \
|
||||||
|
-lm \
|
||||||
|
|
||||||
ifeq ($(TARGET_WIN32),yes)
|
ifeq ($(TARGET_WIN32),yes)
|
||||||
DEPS += $(MPROOT)/osdep/glob-win.o $(WIN32_LIB) -lwsock32
|
DEPS += $(MPROOT)/osdep/glob-win.o $(WIN32_LIB) -lwsock32
|
||||||
|
Loading…
Reference in New Issue
Block a user