comparison Makefile @ 2044:b6f2add2511e libavcodec

h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>)
author michael
date Sun, 30 May 2004 20:37:15 +0000
parents 7523553ca85f
children 51f678a23325
comparison
equal deleted inserted replaced
2043:703b80c99891 2044:b6f2add2511e
53 CLEANAMRWB=cleanamrwbfloat 53 CLEANAMRWB=cleanamrwbfloat
54 ASM_OBJS= 54 ASM_OBJS=
55 55
56 # codecs which are patented in some non free countries like the us 56 # codecs which are patented in some non free countries like the us
57 ifeq ($(CONFIG_RISKY),yes) 57 ifeq ($(CONFIG_RISKY),yes)
58 OBJS+= h263.o msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o 58 OBJS+= h263.o h261.o msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o
59 endif 59 endif
60 60
61 ifeq ($(HAVE_XVMC_ACCEL),yes) 61 ifeq ($(HAVE_XVMC_ACCEL),yes)
62 OBJS+= xvmcvideo.o 62 OBJS+= xvmcvideo.o
63 endif 63 endif