~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to ffmpeg/libswscale/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-25 15:47:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080225154712-qvr11ekcea4c9ry8
Tags: 1.1.6-0.1ubuntu1
* Merge from debian-multimedia (LP: #120003), Ubuntu Changes:
 - For ffmpeg-related build-deps, remove cvs from package names.
 - Standards-Version 3.7.3
 - Maintainer Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
include ../config.mak
 
3
 
 
4
NAME=swscale
 
5
LIBVERSION=$(SWSVERSION)
 
6
LIBMAJOR=$(SWSMAJOR)
 
7
 
 
8
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 
9
 
 
10
OBJS= swscale.o rgb2rgb.o
 
11
 
 
12
OBJS-$(TARGET_ALTIVEC)     +=  yuv2rgb_altivec.o
 
13
OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
 
14
 
 
15
HEADERS = swscale.h rgb2rgb.h
 
16
 
 
17
include ../common.mak
 
18
 
 
19
cs_test: cs_test.o $(LIB)
 
20
 
 
21
swscale-example: swscale-example.o $(LIB)
 
22
swscale-example: EXTRALIBS += -lm
 
23
 
 
24
clean::
 
25
        rm -f cs_test swscale-example