Commit 0a5a0638 authored by lucabe's avatar lucabe

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


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@19416 b3059339-0415-0410-9bf9-f77b7e298cf2
parent fdb74b76
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment