mirror of https://git.ffmpeg.org/ffmpeg.git
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
Originally committed as revision 26186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
5671fc14f6
commit
b10b849f35
|
@ -5,7 +5,7 @@ NAME=swscale
|
||||||
LIBVERSION=$(SWSVERSION)
|
LIBVERSION=$(SWSVERSION)
|
||||||
LIBMAJOR=$(SWSMAJOR)
|
LIBMAJOR=$(SWSMAJOR)
|
||||||
|
|
||||||
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
FFLIBS = avutil
|
||||||
|
|
||||||
OBJS = rgb2rgb.o swscale.o
|
OBJS = rgb2rgb.o swscale.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue