You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
non-recursive makefiles
Originally committed as revision 26346 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
include ../config.mak
|
include $(SUBDIR)../config.mak
|
||||||
|
|
||||||
NAME = swscale
|
NAME = swscale
|
||||||
FFLIBS = avutil
|
FFLIBS = avutil
|
||||||
@@ -15,12 +15,11 @@ ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
|
|||||||
|
|
||||||
HEADERS = swscale.h rgb2rgb.h
|
HEADERS = swscale.h rgb2rgb.h
|
||||||
|
|
||||||
include ../common.mak
|
CLEANFILES = cs_test swscale-example
|
||||||
|
|
||||||
cs_test: cs_test.o $(LIBNAME)
|
include $(SUBDIR)../subdir.mak
|
||||||
|
|
||||||
swscale-example: swscale-example.o $(LIBNAME)
|
$(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME)
|
||||||
swscale-example: EXTRALIBS += -lm
|
|
||||||
|
|
||||||
clean::
|
$(SUBDIR)swscale-example: $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME)
|
||||||
rm -f cs_test swscale-example
|
$(SUBDIR)swscale-example: EXTRALIBS += -lm
|
||||||
|
Reference in New Issue
Block a user