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:
diego 2006-11-20 14:49:08 +00:00
parent 71c7b6353e
commit aa883180fb
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ PARTS = libmpdemux \
libaf \
ifeq ($(WIN32DLL),yes)
COMMON_LIBS += loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a
PARTS += loader loader/dshow loader/dmo
endif
ifeq ($(MP3LIB),yes)