comparison Makefile @ 2700:485571c9182f libavcodec

Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine at users sf net>
author melanson
date Tue, 17 May 2005 22:47:34 +0000
parents 4fe1c19fc7a3
children 97c135899d7d
comparison
equal deleted inserted replaced
2699:1b4a3c083f9d 2700:485571c9182f
53 OBJS+= flicvideo.o 53 OBJS+= flicvideo.o
54 endif 54 endif
55 ifeq ($(CONFIG_FOURXM_DECODER),yes) 55 ifeq ($(CONFIG_FOURXM_DECODER),yes)
56 OBJS+= 4xm.o 56 OBJS+= 4xm.o
57 endif 57 endif
58 ifeq ($(CONFIG_FRAPS_DECODER),yes)
59 OBJS+= fraps.o
60 endif
58 ifneq ($(CONFIG_H261_DECODER)$(CONFIG_H261_ENCODER),) 61 ifneq ($(CONFIG_H261_DECODER)$(CONFIG_H261_ENCODER),)
59 OBJS+= h261.o 62 OBJS+= h261.o
60 endif 63 endif
61 ifneq ($(CONFIG_H264_DECODER)$(CONFIG_SVQ3_DECODER),) 64 ifneq ($(CONFIG_H264_DECODER)$(CONFIG_SVQ3_DECODER),)
62 OBJS+= h264.o 65 OBJS+= h264.o