annotate libswscale/Makefile @ 22215:fb365c2b3d05

Implement \frx and \fry (and reimplement \frz) as 3d rotations.
author eugeni
date Fri, 16 Feb 2007 17:54:47 +0000
parents 3f0dc86dde93
children d79bd226342d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18861
8579acff875e Move postproc ---> libswscale
lucabe
parents:
diff changeset
1
8579acff875e Move postproc ---> libswscale
lucabe
parents:
diff changeset
2 include ../config.mak
8579acff875e Move postproc ---> libswscale
lucabe
parents:
diff changeset
3
18989
f0e9de2b3780 make libswscale build system similar to the libav* one
lucabe
parents: 18861
diff changeset
4 NAME=swscale
f0e9de2b3780 make libswscale build system similar to the libav* one
lucabe
parents: 18861
diff changeset
5 ifeq ($(BUILD_SHARED),yes)
f0e9de2b3780 make libswscale build system similar to the libav* one
lucabe
parents: 18861
diff changeset
6 LIBVERSION=$(SWSVERSION)
f0e9de2b3780 make libswscale build system similar to the libav* one
lucabe
parents: 18861
diff changeset
7 LIBMAJOR=$(SWSMAJOR)
18861
8579acff875e Move postproc ---> libswscale
lucabe
parents:
diff changeset
8 endif
8579acff875e Move postproc ---> libswscale
lucabe
parents:
diff changeset
9
20397
1685fb149c76 Properly set EXTRALIBS
lucabe
parents: 20148
diff changeset
10 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
1685fb149c76 Properly set EXTRALIBS
lucabe
parents: 20148
diff changeset
11
21683
befebdb3ebaa Allow to compile swscale's non-SIMD code under the LGPL license.
lucabe
parents: 20800
diff changeset
12 OBJS= swscale.o rgb2rgb.o
21991
ba11e9a0880f Simplify conditional compilation handling.
diego
parents: 21714
diff changeset
13
ba11e9a0880f Simplify conditional compilation handling.
diego
parents: 21714
diff changeset
14 OBJS-$(TARGET_ALTIVEC) += yuv2rgb_altivec.o
ba11e9a0880f Simplify conditional compilation handling.
diego
parents: 21714
diff changeset
15 OBJS-$(CONFIG_GPL) += yuv2rgb.o
18861
8579acff875e Move postproc ---> libswscale
lucabe
parents:
diff changeset
16
18989
f0e9de2b3780 make libswscale build system similar to the libav* one
lucabe
parents: 18861
diff changeset
17 HEADERS = swscale.h rgb2rgb.h
f0e9de2b3780 make libswscale build system similar to the libav* one
lucabe
parents: 18861
diff changeset
18
20800
5298f5174a8b Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
lucabe
parents: 20397
diff changeset
19 include ../common.mak
19470
b3939dba3c13 Allow to compile swscale tests
lucabe
parents: 19420
diff changeset
20
22030
3f0dc86dde93 Make example and test build and link correctly
lu_zero
parents: 21991
diff changeset
21 cs_test: cs_test.o $(LIB)
19470
b3939dba3c13 Allow to compile swscale tests
lucabe
parents: 19420
diff changeset
22
22030
3f0dc86dde93 Make example and test build and link correctly
lu_zero
parents: 21991
diff changeset
23 swscale-example: swscale-example.o $(LIB) -lm
20034
534282370162 Remove cs_test and swscale-example on clean.
diego
parents: 20033
diff changeset
24
534282370162 Remove cs_test and swscale-example on clean.
diego
parents: 20033
diff changeset
25 clean::
534282370162 Remove cs_test and swscale-example on clean.
diego
parents: 20033
diff changeset
26 rm -f cs_test swscale-example