Commit 83242f2f authored by lucabe's avatar lucabe

Properly set EXTRALIBS

(fixes compilation of shared libswscale on cygwin and other platforms)


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@20413 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 3bea88e6
...@@ -7,6 +7,8 @@ LIBVERSION=$(SWSVERSION) ...@@ -7,6 +7,8 @@ LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR) LIBMAJOR=$(SWSMAJOR)
endif endif
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
OBJS= swscale.o rgb2rgb.o yuv2rgb.o OBJS= swscale.o rgb2rgb.o yuv2rgb.o
ifeq ($(TARGET_ALTIVEC),yes) ifeq ($(TARGET_ALTIVEC),yes)
OBJS+= yuv2rgb_altivec.o OBJS+= yuv2rgb_altivec.o
......
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