mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
Remove MPlayer-specific dependencies from COMMON_DEPS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21104 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4086945ce6
commit
6ea42bcf02
3
Makefile
3
Makefile
@ -90,11 +90,8 @@ COMMON_DEPS = $(W32_DEP) \
|
|||||||
libmpdemux/libmpdemux.a \
|
libmpdemux/libmpdemux.a \
|
||||||
stream/stream.a \
|
stream/stream.a \
|
||||||
libmpcodecs/libmpcodecs.a \
|
libmpcodecs/libmpcodecs.a \
|
||||||
libao2/libao2.a \
|
|
||||||
osdep/libosdep.a \
|
osdep/libosdep.a \
|
||||||
libswscale/libswscale.a \
|
libswscale/libswscale.a \
|
||||||
input/libinput.a \
|
|
||||||
libvo/libvo.a \
|
|
||||||
libaf/libaf.a \
|
libaf/libaf.a \
|
||||||
|
|
||||||
OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)
|
OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)
|
||||||
|
Loading…
Reference in New Issue
Block a user