Fix compilation as a win32 shared library (libavutil must be explicitly linked)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19416 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lucabe 2006-08-16 20:09:47 +00:00
parent 2ad89c5956
commit b4d8744e68
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ NAME=swscale
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
endif
# NOTE: -I.. is needed to include config.h