Commit 1246640a authored by Luca Abeni's avatar Luca Abeni

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
parent a9907393
......@@ -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