mirror of https://github.com/mpv-player/mpv
Oops, the loader stuff needs to be in COMMON_LIBS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21106 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
71c7b6353e
commit
aa883180fb
1
Makefile
1
Makefile
|
@ -106,6 +106,7 @@ PARTS = libmpdemux \
|
||||||
libaf \
|
libaf \
|
||||||
|
|
||||||
ifeq ($(WIN32DLL),yes)
|
ifeq ($(WIN32DLL),yes)
|
||||||
|
COMMON_LIBS += loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a
|
||||||
PARTS += loader loader/dshow loader/dmo
|
PARTS += loader loader/dshow loader/dmo
|
||||||
endif
|
endif
|
||||||
ifeq ($(MP3LIB),yes)
|
ifeq ($(MP3LIB),yes)
|
||||||
|
|
Loading…
Reference in New Issue