mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
a99073939f
commit
1246640aa2
@ -5,6 +5,7 @@ NAME=swscale
|
|||||||
ifeq ($(BUILD_SHARED),yes)
|
ifeq ($(BUILD_SHARED),yes)
|
||||||
LIBVERSION=$(SWSVERSION)
|
LIBVERSION=$(SWSVERSION)
|
||||||
LIBMAJOR=$(SWSMAJOR)
|
LIBMAJOR=$(SWSMAJOR)
|
||||||
|
EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# NOTE: -I.. is needed to include config.h
|
# NOTE: -I.. is needed to include config.h
|
||||||
|
Loading…
Reference in New Issue
Block a user