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

Originally committed as revision 19416 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Luca Abeni 2006-08-16 20:09:47 +00:00
parent a99073939f
commit 1246640aa2
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